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