1#ifndef CartesianMutOnePoint_h 
    2#define CartesianMutOnePoint_h 
    4#include "../ECF_base.h" 
   17    void mutOneValue(
Cartesian* mut, 
int mutPoint);
 
   25    bool mutate(GenotypeP gene);
 
   29typedef boost::shared_ptr<CartesianMutOnePoint> CartesianMutOnePointP;
 
Cartesian genotype: one point mutation operator.
 
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)