EvolvingObjects
|
Abstract class for velocities initilization of particle swarm optimization. More...
#include <eoVelocityInit.h>
Public Member Functions | |
virtual std::string | className (void) const |
className: Mandatory because of eoCombinedInit. |
Abstract class for velocities initilization of particle swarm optimization.
Definition at line 41 of file eoVelocityInit.h.
virtual std::string eoVelocityInit< POT >::className | ( | void | ) | const [inline, virtual] |
className: Mandatory because of eoCombinedInit.
SHould be pure virtual, but then we should go over the whole code to write the method for all derived classes ... MS 16/7/04
Reimplemented from eoInit< POT >.
Definition at line 44 of file eoVelocityInit.h.