1#ifndef PERMUTATIONMUTINS_H_ 
    2#define PERMUTATIONMUTINS_H_ 
   14    bool mutate(GenotypeP gene);
 
   18typedef boost::shared_ptr<PermutationMutIns> PermutationMutInsP;
 
Permutation genotype: insert mutation operator (see e.g. http://dx.doi.org/10.1016/j....
 
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
 
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.
 
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.