1#ifndef CartesianMutNonSilent_h
2#define CartesianMutNonSilent_h
4#include "../ECF_base.h"
19 bool mutate(GenotypeP gene);
23 typedef std::shared_ptr<CartesianMutNonSilent> CartesianMutNonSilentP;
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.