EvolvingObjects
|
eoHoistMutation --> replace the individual with one of its subtree's More...
#include <gp/eoParseTreeOp.h>
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. |
eoHoistMutation --> replace the individual with one of its subtree's
Definition at line 336 of file eoParseTreeOp.h.
bool eoHoistMutation< FType, Node >::operator() | ( | EoType & | _eo1 | ) | [inline] |
Mutate an individual.
_eo1 | The individual that is to be changed |
Definition at line 358 of file eoParseTreeOp.h.
References eoRng::random().