Using Relaxation Velocity Update Strategy to Improve Particle Swarm Optimization

Y Liu,Z Qin,ZL Xu,XS He
DOI: https://doi.org/10.1109/icmlc.2004.1382218
2004-01-01
Abstract:In particle swarm optimization (PSO), swarm intelligence is utilized when the velocities of particles are updated depending on their own experience and shared information, which is favorable for avoiding local optima. But frequently updating velocities weaken local exploitation abilities of particles and slow down convergence. In this paper, relaxation-velocity-update (RVU) strategy is incorporated into PSO algorithm to accelerate convergence. RVU strategy suggests that the velocity should be updated only when the particle cannot further improve the fitness with its previous velocity, rather than in every iteration. Standard linearly decreasing weight PSO (LDW-PSO) and LDW-PSO with RVU strategy (LDW-RVU-PSO) are compared on three well-known benchmark functions. The results show that RVU strategy significantly improves the convergence speed of LDW-PSO.
What problem does this paper attempt to address?