EvolvingObjects
|
eoSubtreeXOver --> subtree xover More...
#include <gp/eoParseTreeOp.h>
Public Types | |
typedef eoParseTree< FType, Node > | EoType |
Public Member Functions | |
eoSubtreeXOver (unsigned _max_length) | |
Constructor. | |
virtual std::string | className () const |
the ckassname | |
virtual | ~eoSubtreeXOver () |
Dtor. | |
bool | operator() (EoType &_eo1, EoType &_eo2) |
Perform crossover on two individuals param _eo1 The first parent individual param _eo2 The second parent individual. | |
Private Attributes | |
unsigned | max_length |
eoSubtreeXOver --> subtree xover
Definition at line 42 of file eoParseTreeOp.h.
eoSubtreeXOver< FType, Node >::eoSubtreeXOver | ( | unsigned | _max_length | ) | [inline] |
Constructor.
_max_length | the maximum size of an individual |
Definition at line 50 of file eoParseTreeOp.h.