EvolvingObjects
|
eoStSubtreeXOver --> subtree xover for strongly typed tree-based genetic programming More...
#include <gp/eoStParseTreeOp.h>
Public Types | |
typedef eoParseTree< FType, Node > | EoType |
Public Member Functions | |
eoStSubtreeXOver (unsigned _max_length) | |
Constructor. | |
virtual std::string | className () const |
the ckassname | |
virtual | ~eoStSubtreeXOver () |
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 |
eoStSubtreeXOver --> subtree xover for strongly typed tree-based genetic programming
Definition at line 57 of file eoStParseTreeOp.h.
eoStSubtreeXOver< FType, Node >::eoStSubtreeXOver | ( | unsigned | _max_length | ) | [inline] |
Constructor.
_max_length | the maximum size of an individual |
Definition at line 65 of file eoStParseTreeOp.h.