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

Public Types | |
|
typedef eoParseTree< FType, Node > | EoType |
Public Member Functions | |
| eoBranchMutation (eoInit< EoType > &_init, unsigned _max_length) | |
| Constructor. | |
| virtual std::string | className () const |
| the class name | |
| virtual | ~eoBranchMutation () |
| Dtor. | |
| bool | operator() (EoType &_eo1) |
| Mutate an individual. | |
Private Attributes | |
| unsigned | max_length |
| eoInit< EoType > & | initializer |
Definition at line 87 of file eoParseTreeOp.h.
|
||||||||||||||||
|
Constructor.
Definition at line 97 of file eoParseTreeOp.h. |
|
||||||||||
|
Mutate an individual.
Definition at line 111 of file eoParseTreeOp.h. References eoParseTree< FType, Node >::pruneTree(), and eoRng::random(). |
1.3.9.1