Velocity Improvement-Particle Swarm Optimization

Yue Wang,Jian Liu
DOI: https://doi.org/10.1007/978-3-642-54924-3_107
2014-01-01
Abstract:Traditional particle swarm optimization (PSO) is easy to fall into defects of local optimal value, slow convergence, and low accuracy. The speed factor of the particle swarm algorithm, which is essential for the particles to find the global optimal value, performs as the strategy of particles. Based on the smart thought, "teach him to fish, rather than give him fish," a new PSO named as the velocity improvement-particle swarm optimization (V-PSO) was developed in this paper. Firstly, unlike the traditional PSO algorithm, the velocity updating formula of particle in V-PSO algorithm is referenced to the global best particle velocity strategy and the best particle velocity strategy in its neighbor particle swarm, in addition to the particles' best position and the global best particle position. Secondly, based on the concept "go to the right position first, then use the correct policy," the particle acceleration factor parameters are set dynamically in the iteration process, so do it with the ratio of position and velocity of the location position update formula simultaneously. Simulation results show that V-PSO algorithm enhances particle global search ability, improves the diversity of the later population iteration, and avoids the phenomenon of particle premature convergence. Furthermore, the accuracy and stability of V-PSO are better than those of the traditional PSO algorithm.
What problem does this paper attempt to address?