Particle Swarm Optimization
Particle Swarm Optimization
Particle Swarm Optimization
BY:
Dev Gyan Priyadarshi – B201172ME
Gundu Yashwanth – B200618ME
Introduction to PSO
• PSO is stochastic optimization technique
proposed by Kennedy and Eberhart ( 1995) .
• A population based search method with position
of particle is representing solution and Swarm
of particles as searching agent.
• PSO is a robust evolutionary optimization
technique based on the movement and
intelligence of swarms.
• PSO find the minimum value for the function.
Key Components of PSO
V(t+1) = wV(t) +
c1 ×rand ( ) × ( Xpbest - X(t)) + c2 ×rand ( ) × ( Xgbest - X(t)) (2)
6
Applications of PSO
Simulated Annealing Escapes local optima, suited for Slow cooling schedule, tuning
discrete problems required
Conclusion