Assignment 3 PSO
Assignment 3 PSO
1. Find the global minima and the corresponding minimizer of function f1 / f2 / f3 using Particle
Swarm Optimization with Time Varying Acceleration Coefficients (PSO-TVAC).
f1 =
2
X
i=1
f2 =
x2i 20 cos(xi ) + 10
2
i=1
i=1
1 X 2 Y
cos
xi
50
f3 = 0.5 +
x
i
i
+1
(1)
(2)
(3)
2. Minimize the function f1 / f2 / f3 using Hybrid PSO-LMDN technique. For this, optimize
the function using PSO-TVAC and use the global best position as the initial value for LMDN
method.
Report (to be submitted on or before 09.09.2016)
1. State the problem.
2. For the given objective function
(a) Make a table indicating
Iteration number k.
Global Best Position
Corresponding global best value.
(c) Run the program (PSO-TVAC) 100 times and note the global minima generated in each
run (denote different trials as run-1, run-2, . . . run-100).
Contd.
Page 2 of 2