EvolvingObjects
|
eoRealParticle: Implementation of a real-coded particle for particle swarm optimization. More...
#include <eoRealParticle.h>
Public Member Functions | |
eoRealParticle (unsigned size=0, double positions=0.0, double velocities=0.0, double bestPositions=0.0) | |
virtual std::string | className () const |
Return the class id. |
eoRealParticle: Implementation of a real-coded particle for particle swarm optimization.
Positions, velocities and best positions are real-coded.
Definition at line 37 of file eoRealParticle.h.
virtual std::string eoRealParticle< FitT >::className | ( | void | ) | const [inline, virtual] |
Return the class id.
Reimplemented from PO< FitT >.
Definition at line 44 of file eoRealParticle.h.