EvolvingObjects
eoInit< EOT > Class Template Reference

Base (name) class for Initialization of chromosomes, used in a population contructor. More...

#include <eoInit.h>

Inheritance diagram for eoInit< EOT >:
eoUF< EOT &, void > eoFunctorBase unary_function eoCombinedInit< EOT > eoDistribution< EOT > eoInitFixedLength< EOT > eoInitPermutation< EOT > eoInitVariableLength< EOT > eoRealInitBounded< EOT > eoPBILDistrib< EOT > eoEsChromInit< EOT >

List of all members.

Public Member Functions

virtual std::string className (void) const
 className: Mandatory because of eoCombinedInit.

Detailed Description

template<class EOT>
class eoInit< EOT >

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.

See also:
eoPop
Examples:
t-eoFunctor.cpp, and t-eoGA.cpp.

Definition at line 53 of file eoInit.h.


Member Function Documentation

template<class EOT>
virtual std::string eoInit< EOT >::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 in eoStParseTreeDepthInit< FType, Node >, eoPBILDistrib< EOT >, eoParseTreeDepthInit< FType, Node >, eoCombinedInit< EOT >, eoVelocityInit< POT >, and eoVelocityInit< VelocityType >.

Definition at line 60 of file eoInit.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends