1#ifndef CartesianMutOnePointActive_h
2#define CartesianMutOnePointActive_h
4#include "../ECF_base.h"
18 bool mutate(GenotypeP gene);
22 typedef std::shared_ptr<CartesianMutOnePointActive> CartesianMutOnePointActiveP;
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.