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