EvolvingObjects
|
eoCollapseSubtree --> replace a subtree with a randomly chosen terminal More...
#include <gp/eoParseTreeOp.h>
Public Types | |
typedef eoParseTree< FType, Node > | EoType |
Public Member Functions | |
eoCollapseSubtreeMutation (eoInit< EoType > &_init, unsigned _max_length) | |
Constructor. | |
virtual std::string | className () const |
The class name. | |
virtual | ~eoCollapseSubtreeMutation () |
Dtor. | |
bool | operator() (EoType &_eo1) |
Mutate an individual. | |
Private Attributes | |
unsigned | max_length |
eoInit< EoType > & | initializer |
eoCollapseSubtree --> replace a subtree with a randomly chosen terminal
Definition at line 272 of file eoParseTreeOp.h.
eoCollapseSubtreeMutation< FType, Node >::eoCollapseSubtreeMutation | ( | eoInit< EoType > & | _init, |
unsigned | _max_length | ||
) | [inline] |
Constructor.
_init | An instantiation of eoGpDepthInitializer |
_max_length | the maximum size of an individual |
Definition at line 282 of file eoParseTreeOp.h.
bool eoCollapseSubtreeMutation< FType, Node >::operator() | ( | EoType & | _eo1 | ) | [inline] |
Mutate an individual.
_eo1 | The individual that is to be changed |
Definition at line 295 of file eoParseTreeOp.h.
References eoParseTree< FType, Node >::pruneTree(), and eoRng::random().