EvolvingObjects
|
Initializer for fixed length representations with a single type. More...
#include <eoInit.h>
Public Types | |
typedef EOT::AtomType | AtomType |
Public Member Functions | |
eoInitFixedLength (unsigned _combien, eoRndGenerator< AtomType > &_generator) | |
virtual void | operator() (EOT &chrom) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
unsigned | combien |
eoSTLF< AtomType > | generator |
generic wrapper for eoFunctor (s), to make them have the function-pointer style copy semantics |
Initializer for fixed length representations with a single type.