PETR-571D Problem Set #4: Meta-Heuristic Optimization Algorithms Data Assigned: April 1, 2020 Due: May 1, 2020
PETR-571D Problem Set #4: Meta-Heuristic Optimization Algorithms Data Assigned: April 1, 2020 Due: May 1, 2020
PETR-571D Problem Set #4: Meta-Heuristic Optimization Algorithms Data Assigned: April 1, 2020 Due: May 1, 2020
( ) ( )
2 2
f ( x, y ) = x 2 + y − 11 + x + y 2 − 7 , within the range of −5 x 5; −5 y 5
(1) Generate a three-dimenal heat map of the function within the range of x and y, you may use
surface plot of the z=f(x,y) as a function of x, y.
(2) How many minimas can you identify from the surface map generated by Question 2.1?
(3) Impose PSO optimizer to find the at least one of the minimas of Himmelblau's function.
(4) In order to find all the local minimas, what would you suggest to do?
Hint: there are four local minimas within the specified searching range.