#include <gp/eoStParseTreeOp.h>
Inheritance diagram for eoStBranchMutation< FType, Node >:

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