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
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
/**
|
||||
* Topology dedicated to "globest best" strategy.
|
||||
* Topology dedicated to "globest best" strategy for particle swarm optimization.
|
||||
* All the particles of the swarm belong to the same and only social neighborhood.
|
||||
* The global best is stored as a protected member and updated by using the "updateNeighborhood" method.
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue