#include <gp/eoParseTreeOp.h>
Inheritance diagram for eoSubtreeXOver< FType, Node >:

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 |
Definition at line 42 of file eoParseTreeOp.h.
|
||||||||||
|
Constructor.
Definition at line 50 of file eoParseTreeOp.h. |
1.3.9.1