1#ifndef GEPCHROMOSOMEMUTGAUSS_H
2#define GEPCHROMOSOMEMUTGAUSS_H
3#include "../ECF_base.h"
5#include "GEPChromosome.h"
20 bool mutate(GenotypeP gene);
26typedef std::shared_ptr<GEP::GEPChromosomeMutGauss> GEPChromosomeMutGaussP;
GEPChromosome genotype: standard normal distribution noise mutation operator. Applicable only on ephe...
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!