1#ifndef ECF_CARTESIAN_MUTCONNECTION_H
2#define ECF_CARTESIAN_MUTCONNECTION_H
10 bool mutate(GenotypeP gene);
12 typedef boost::shared_ptr<MutateConnection> MutateConnectionP;
bool initialize(StateP state)
Initialize mutation operator. Called before first mutation operation.
bool mutate(GenotypeP gene)
Performs mutation of a genotype object. The genotype object must be initialized!
void registerParameters(StateP state)
Register parameters with the system. Called before MutationOp::initialize.