19 bool mutate(GenotypeP gene);
27typedef std::shared_ptr<TreeMutGauss> TreeMutGaussP;
Tree genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal ra...
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.