EvolvingObjects
|
Base (name) class for Initialization of chromosomes, used in a population contructor. More...
#include <eoInit.h>
Public Member Functions | |
virtual std::string | className (void) const |
className: Mandatory because of eoCombinedInit. |
Base (name) class for Initialization of chromosomes, used in a population contructor.
It is derived from eoMonOp, so it can be used inside the algorithm as well.
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 in eoStParseTreeDepthInit< FType, Node >, eoPBILDistrib< EOT >, eoParseTreeDepthInit< FType, Node >, eoCombinedInit< EOT >, eoVelocityInit< POT >, and eoVelocityInit< VelocityType >.