Question: https://en.wikipedia.org/wiki/Himmelblau%27s_function 1. Try and fully understand the two examples, one dimensional and two dimensional the Parallel PSO in Handout. 2. Based on your understanding solve
1. Try and fully understand the two examples, one dimensional and two dimensional the Parallel PSO in Handout. 2. Based on your understanding solve use the code in the second example to find the roots the Himmelblau's function. You need to basically revise the parallel Swarm Optimization solution, example 2 in the handout to find all the roots the Himmelblau's function (x,y values where the function value is zero). For more information about Himmelblau's function, visit these links: In mathematical optimitation. Himmeibiau's function is a mult-modal function, used to test the performance of optimization agorithris. The function is defined by f(x,y)=(x2+y11)2+(x+y27)2. It has one local maximum at x=0.270845 and y=0.923039 where f(x,y)=181.617, and four identical local minima - f(3.0,2.0)=0.0 - f(2.805118,3.131312)=0.0 - f(3.779310,3.283186)=0.0, - f(3.584428,1.848126)=0.0. https://en.wikipedia.org/wiki/Himmelblau\%27s function You need to submit the code and a .PDF to show the execution and also write any interesting aspects, and/or issues or things you faces during the impelemtion
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
