4#include "boost/random/lagged_fibonacci.hpp"
18 bool mutate(GenotypeP gene);
23 boost::lagged_fibonacci607 engine_;
25typedef boost::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.