1#ifndef TreeMutSubtree_h
2#define TreeMutSubtree_h
16 bool mutate(GenotypeP gene);
20typedef boost::shared_ptr<TreeMutSubtree> TreeMutSubtreeP;
Tree genotype: subtree size-fair mutation operator. This is a 'standard' GP subtree mutation.
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.