Introduction - If you have any usage issues, please Google them yourself
It is more simple than the genetic algorithm rule. It doesn't have the crossover (Crossover) and the Mutation operation of genetic algorithm. It searches the global optimum by following the best value currently searched. This algorithm has attracted the attention of academic circles for its advantages of easy realization, high precision and fast convergence, and shows its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.