Introduction - If you have any usage issues, please Google them yourself
Particle swarm optimization algorithm, imitate birds flying foraging behavior, through the flock collective collaboration to achieve the optimal group.Algorithm first initialize a group of random particles, and then find the optimal solution through iteration.