1#ifndef CartesianMutOnePoint_h
2#define CartesianMutOnePoint_h
4#include "../ECF_base.h"
18 bool mutate(GenotypeP gene);
22typedef std::shared_ptr<CartesianMutOnePoint> CartesianMutOnePointP;
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.