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
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
|
||||
/** Standard PSO flight. Derivated from abstract eoFlight,
|
||||
/** Standard flight for particle swarm optimization. Derivated from abstract eoFlight,
|
||||
* just adds the velocities to the current position of the particle
|
||||
* and invalidates its fitness
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue