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
|
|
@ -28,7 +28,7 @@
|
|||
#include <PO.h>
|
||||
|
||||
/**
|
||||
* Main class for particle representation. The positions, velocities and the best positions
|
||||
* Main class for particle representation of particle swarm optimization. The positions, velocities and the best positions
|
||||
* associated to the particle are stored as vectors. Inheriting from PO and std::vector,
|
||||
* tree templates arguments are required: the fitness type (which is also the type of the
|
||||
* particle's best fitness), the position type and the velocity type.
|
||||
|
|
|
|||
Reference in a new issue