1#ifndef FLOATINGPOINTMUTSIMPLE_H_
2#define FLOATINGPOINTMUTSIMPLE_H_
16 bool mutate(GenotypeP gene);
20typedef boost::shared_ptr<FloatingPointMutSimple> FloatingPointMutSimpleP;
FloatingPoint genotype: simple mutation where a single vector element is mutated. New value is random...
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!
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.