EvolvingObjects
|
Initializer for permutation (integer-based) representations. More...
#include <eoInit.h>
Public Types | |
typedef EOT::AtomType | AtomType |
Public Member Functions | |
eoInitPermutation (unsigned _chromSize, unsigned _startFrom=0) | |
virtual void | operator() (EOT &chrom) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
unsigned | chromSize |
unsigned | startFrom |
UF_random_generator< unsigned int > | gen |
Initializer for permutation (integer-based) representations.