EvolvingObjects
|
Initializes the best positions of a particle as its current positions and set the particle best fitness. More...
#include <eoParticleBestInit.h>
Public Member Functions | |
eoFirstIsBestInit () | |
Default CTor. | |
void | operator() (POT &_po1) |
The pure virtual function that needs to be implemented by the subclass. |
Initializes the best positions of a particle as its current positions and set the particle best fitness.
Definition at line 60 of file eoParticleBestInit.h.