Particle swarm optimization: Difference between revisions

Content deleted Content added
Changed text to Swarm Intelligence and created a REDIRECT
Line 1:
# REDIRECT [[Swarm intelligence]]
'''Particle swarm optimization''' is a [[problem solving]] technique for solving problems where the answer can be represented as a point in n-dimensional space. Hypotheses are plotted in this space and given a velocity and direction, as well as a communication channel between the particles. [[Particle]]s then "move" through the solution space, and are evaluated for [[fitness (biology)|fitness]] at each iteration. Particles adjust their velocity and direction towards those particles within its communication grouping which have better fitness values.
 
==References==
*''Swarm Intelligence'' by James Kennedy, Russell C. Eberhart, and Yuhui Shi. ISBN 1558605959
 
[[Category:Optimization algorithms]]