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