Content deleted Content added
Changed the = for a <-- in the iterative formulas |
Tagishsimon (talk | contribs) m 'desireable' -> 'desirable'; -- Join and fix more! |
||
Line 1:
'''Particle Swarm Optimization''' (PSO) is form of [[swarm intelligence]]. Imagine a swarm of insects or a school of fish. If one sees a
▲Particle Swarm Optimization (PSO) is form of [[swarm intelligence]]. Imagine a swarm of insects or a school of fish. If one sees a desireable path to go (ie for food, protection, etc.) the rest of the swarm will be able to follow quickly even if they are on the opposite side of the swarm.
This is modeled by particles in multidimensional space that have a position and a velocity. These particles are flying through hyperspace and remember the best position that they have seen. Members of a swarm communicate good positions to each other and adjust their own position and velocity based on these good positions. There are two main ways this communication is done:
|