提出了结合局部优化算法的改进粒子群算法(Combination Particle Swarm Optimization,CPSO),粒子群算法虽然通过群体规模来规避早熟,但缺乏局部快速搜索能力,因此将局部优化算法与改进粒子群算法相结合,并尝试不同的局部优化算法,例如牛顿法、最速下降法,通过典型函数优化实验表明,与其他改进粒子群算法相比,CPSO具有较强的寻优能力,鲁棒性和较快的收敛速度;实验也表明不同的局部优化算法在不同的特征函数上体现出不同的优势。
This paper proposes an algorithm which is a combination algorithm of particle swarm optimization and local optimization named CPSO.CPSO incorporates the advantages of the local optimization and PSO.Different local optimization algorithms are tried.Finally several experiments are performed on typical functions.Compared with other PSO algorithms,CPSO shows excellent global searching,robustness and rapid constringency;several numerical examples also show that different local optimization algorithms own their different advantages of different types of target functions.