added doc details to recognize particle swarm optimization
This commit is contained in:
parent
967b6b7741
commit
3adf8a19f4
20 changed files with 25 additions and 20 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
|
||||
/** Inertia variable weighted based velocity performer + constriction. Derivated from abstract eoVelocity,
|
||||
/** Inertia variable + constriction velocity for particle swarm optimization. Derivated from abstract eoVelocity,
|
||||
* At step t: v(t+1)= K * ( w*v(t) + c1*r1* (xbest(t)-x(t)) + c2*r2* (gbest(t) - x(t)))
|
||||
* w is updated each time the velocity performer is called and K is fixed
|
||||
* (ci given and Ri chosen at random in [0;1]).
|
||||
|
|
|
|||
Reference in a new issue