Question: Epistatic Michalewicz Problem ( EM ) ( second ICEO ) m i n x f ( x ) = - i = 1 n s
Epistatic Michalewicz Problem EMsecond ICEO
dots,
subject to iindots, and The number of local minima is not known but the global minimizer is presented in Table
Table Epistatic Michalewicz's global optimizers
table
Main Task
Write a MATLAB program to find the minimum of the function where from Appendix B by using
NewtonRaphson,
HestenesStiefel,
PolakRibire and
FletcherReeves algorithms.
You are also strongly encouraged to use another relevant algorithm from the literature, which will be rewarded with an extra points. If the function is not differentiable, use an approximation proposed by yourself or an relevant approximation commonly used in the literature and write it explicitly in your report. Repeat the main steps of your algorithms until the desired accuracy is achieved, ie
and
Take THREE initial guess as dimensional vector having elements from standard normal distribution by using randn function of MATLAB or dimensional vector having elements from uniform distribution from the closed interval where and are specified for each function in by using rand function of MATLAB For instance, if your problem is defined on for you may consider to choose Take also the absolute error bound as for every algorithm.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
