corrected PSO dummy errors and completed documentation
This commit is contained in:
parent
b8da2db21f
commit
4b99bc8bc9
12 changed files with 581 additions and 281 deletions
|
|
@ -35,7 +35,7 @@
|
|||
/**
|
||||
* 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.
|
||||
* The global best is stored and updated using the eoSocialNeighborhood.
|
||||
*/
|
||||
template < class POT > class eoStarTopology:public eoTopology <POT>
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue