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