Academia.eduAcademia.edu

Particle Swarm Optimization

In this paper we will be discussing about the working principles of a classical Particle Swarm Optimisation (PSO) algorithm. The nature of a PSO algorithm is similar to that of bird flocking. It also shares many common points with Genetic Algorithm (GA) (Hu, 2006). Both algorithms begin with a group of a randomly generated population. They have fitness values to evaluate the population. They update the population and search for the optimum with random techniques. Both systems do not guarantee success. We will also be discussing about the various types of PSO algorithms and their applications.