I. Introduction
Evolutionary algorithms due to its solving process is not affected by the mathematical properties of the objective function, and also to the larger probability converge to global optimal solution, so they are widely used in solving unconstrained optimization problem [1]~[4]. Generally, evolutionary algorithm including: differential evolution, particle swarm optimization algorithm, ant colony algorithm, etc. Among them, particle swarm optimization algorithm for fast convergence rate, simple and widely used. PSO algorithm is inspired in colony foraging behavior such as birds and fish, proposed by Kennedy [5] and Eberhart in 1995 of a global intelligent optimization algorithm. In PSO algorithm, it regard the position of the possible solutions to solve the problem as the space of habitat of birds movement model, then through the information interaction between the individual and gradually increase the possible of finding a better solution in the solving process, and all particles in the group gathered continuously toward the position of the possible solutions. Because the algorithm concept concise, easy implementation, fast convergence rate, less parameter Settings, is a highly efficient search algorithm, is widely used in engineering applications [6]~[8].