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 @@
|
|||
|
||||
|
||||
|
||||
/** Abstract class for binary flight. Positions are updated but are expected to be binary.
|
||||
/** Abstract class for binary flight of particle swarms. Positions are updated but are expected to be binary.
|
||||
* A function must be used to decide, according to continuous velocities, of the
|
||||
* new positions (0,1 ... ?)
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue