Particle swarm optimization: Difference between revisions

Content deleted Content added
No edit summary
CoderGnome (talk | contribs)
Variations and practicalities: Added a reason for the repulsion force in repulsive PSO.
Line 110:
Significant, non-trivial modifications have been developed for multi-objective optimization, versions designed to find solutions satisfying linear or non-linear constraints, as well as "niching" versions designed to find multiple solutions to problems where it is believed or known that there are multiple global minima which ought to be located.
 
There is also a modified version of the algorithm called [[repulsive particle swarm optimization]], in which a new factor, called repulsion, is added to the basic algorithm step to maintain separation between the particles.
 
== Applications ==