Adaptive Particle Swarm Optimizers

Li Li,Qin Yang
DOI: https://doi.org/10.1007/978-3-642-24097-3_68
2011-01-01
Abstract:Particle swarm optimization (PSO) is a relatively new swarm intelligence-based heuristic global optimization technique. Since PSO is easy to understand and implement, requires little parameter tuning and exhibits robust global convergence, it has become the target of increasing interest from scientific and engineering communities. In Particle Swarm Optimization, each particle moves in the search space and updates its velocity according to best previous positions already found by its neighbors (and itself), trying to find an even better position. This approach has been proved to be powerful but needs parameters predefined by the user, like swarm size, neighborhood size, and some coefficients, and tuning these parameters for a given problem may be, in fact, quite difficult.
What problem does this paper attempt to address?