Particle Swarm Optimization – A Tutorial
Dear all here is a tutorial paper on one of the optimization algorithms, is called particle swarm optimization (PSO). It is one of the most well-known optimization algorithms. In this paper:
• Introduction to PSO.
• Detailed explanation for the PSO algorithm with a good visualization.
• Two neumerical examples,
o The first example explains in a step-by-step approach how the PSO works.
o The second example explains how the PSO suffers from the local minima problem.
• Another experiment to explain fastly how the PSO can be used for optimizing some classifiers such as Support vector Machine (SVM)
• The paper includes Matlab code

Your comments are highly appreciated.

Here is the link of the pdf
https://www.academia.edu/36712310/Particle_Swarm_Optimization_-A_Tutorial
or here on researchgate
https://www.researchgate.net/publication/325575025_Particle_Swarm_Optimization-A_Tutorial?_sg=ClpsRLk5klozmA85qNOSIg2eNn_d1WDbh1yDUouQVJ7DTHmxP4DQuCK42YkJHtmQyc6U7zLXAwGAYbzWm6E03QtSGm18_jZG71IS6P9z.yGITB4_GJRnwIchxQM63qJvdswe4sGcmi9e4odn0gB2lL6nqWNdPYzTJsGI0Afo0xn-OWZMLXFIhmMTeLtuDaQ

The code is here
https://de.mathworks.com/matlabcentral/fileexchange/62998-particle-swarm-optimization--pso--tutorial
Posted by uniqueone
,