1#ifndef ECF_CARTESIAN_MUTINTOSILENT_H
2#define ECF_CARTESIAN_MUTINTOSILENT_H
10 bool mutate(GenotypeP gene);
12 typedef boost::shared_ptr<MutateIntoSilent> MutateIntoSilentP;
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
void registerParameters(StateP state)
Register parameters with the system. Called before MutationOp::initialize.
bool initialize(StateP state)
Initialize mutation operator. Called before first mutation operation.