EvolvingObjects
eoInitPermutation< EOT > Class Template Reference

Initializer for permutation (integer-based) representations. More...

#include <eoInit.h>

Inheritance diagram for eoInitPermutation< EOT >:
eoInit< EOT > eoUF< EOT &, void > eoFunctorBase unary_function

List of all members.

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

Detailed Description

template<class EOT>
class eoInitPermutation< EOT >

Initializer for permutation (integer-based) representations.

Examples:
t-eoInitPermutation.cpp, t-eoOrderXover.cpp, t-eoShiftMutation.cpp, t-eoSwapMutation.cpp, and t-eoTwoOptMutation.cpp.

Definition at line 162 of file eoInit.h.


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