1#ifndef TreeMutNodeReplace_h
2#define TreeMutNodeReplace_h
16 bool mutate(GenotypeP gene);
20typedef boost::shared_ptr<TreeMutNodeReplace> TreeMutNodeReplaceP;
Tree genotype: node replacement mutation operator. Tries to replace the selected primitive with a dif...
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!