15 bool mutate(GenotypeP gene);
19typedef boost::shared_ptr<TreeMutHoist> TreeMutHoistP;
Tree genotype: mutation operator that replaces original tree with a randomly chosen subtree from the ...
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.