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

Public Types | |
|
typedef eoParseTree< FType, Node > | EoType |
Public Member Functions | |
| eoHoistMutation () | |
| Constructor. | |
| virtual std::string | className () const |
| The class name. | |
| virtual | ~eoHoistMutation () |
| Dtor. | |
| bool | operator() (EoType &_eo1) |
| Mutate an individual. | |
Definition at line 336 of file eoParseTreeOp.h.
| eoHoistMutation< FType, Node >::eoHoistMutation | ( | ) | [inline] |
| bool eoHoistMutation< FType, Node >::operator() | ( | EoType & | _eo1 | ) | [inline, virtual] |
Mutate an individual.
| _eo1 | The individual that is to be changed |
Implements eoUF< eoParseTree< FType, Node > &, bool >.
Definition at line 358 of file eoParseTreeOp.h.
References eoRng::random(), and gp_parse_tree::parse_tree< T >::size().
1.4.7