1#ifndef BitStringMutSimple_h 
    2#define BitStringMutSimple_h 
   19    bool mutate(GenotypeP gene);
 
   23typedef boost::shared_ptr<BitStringMutSimple> BitStringMutSimpleP;
 
BitString genotype simple (one bit) mutation operator.
 
bool bUseBitProb_
are we using bit mutation probabiltiy (instead of individual probability)
 
double bitProb_
probability of single bit mutation
 
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.