#include <eoVariableLengthCrossover.h>

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoVlAtomExchangeQuadOp (unsigned _Min, unsigned _Max, eoAtomExchange< AtomType > &_atomExchange) | |
| default ctor: requires bounds on number of genes + a rate | |
| bool | operator() (EOT &_eo1, EOT &_eo2) |
| virtual std::string | className () const |
| the inherited className | |
Private Attributes | |
| unsigned | Min |
| unsigned | Max |
| eoAtomExchange< AtomType > & | atomExchange |
Definition at line 89 of file eoVariableLengthCrossover.h.
1.5.5