1#ifndef GEPCHROMOSOMEMUTOP_H
2#define GEPCHROMOSOMEMUTOP_H
3#include "../ECF_base.h"
4#include "GEPChromosome.h"
17 bool mutate(GenotypeP gene);
20typedef std::shared_ptr<GEP::GEPChromosomeMutOp> GEPChromosomeMutOpP;
GEPChromosome genotype: node replacement mutation operator. Tries to replace the selected primitive w...
void registerParameters(StateP state)
Register parameters with the system. Called before MutationOp::initialize.
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!