1#ifndef CartesianMutSilent_h
2#define CartesianMutSilent_h
4#include "../ECF_base.h"
21 bool mutate(GenotypeP gene);
25 typedef std::shared_ptr<CartesianMutSilent> CartesianMutSilentP;
Cartesian genotype: one point mutation operator.
bool initialize(StateP)
Initialize mutation operator. Called before first mutation operation.
void registerParameters(StateP)
Register parameters with the system. Called before MutationOp::initialize.
bool mutate(GenotypeP gene)