![]() |
ECF 1.7
|
GEPChromosome genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'. More...
#include <GEPChromosomeMutGauss.h>
Public Member Functions | |
| 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! | |
Protected Attributes | |
| std::mt19937 | engine_ |
Additional Inherited Members | |
| Public Attributes inherited from MutationOp | |
| StateP | state_ |
| double | probability_ |
| probability of usage of this mutation operator | |
| GenotypeP | myGenotype_ |
| pointer to the Genotype that defines this MutationOp | |
GEPChromosome genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'.
Definition at line 15 of file GEPChromosomeMutGauss.h.
|
virtual |
Initialize mutation operator. Called before first mutation operation.
Reimplemented from MutationOp.
Definition at line 9 of file GEPChromosomeMutGauss.cpp.
|
virtual |
Performs mutation of a genotype object. The genotype object must be initialized!
Implements MutationOp.
Definition at line 22 of file GEPChromosomeMutGauss.cpp.
|
virtual |
Register parameters with the system. Called before MutationOp::initialize.
Reimplemented from MutationOp.
Definition at line 4 of file GEPChromosomeMutGauss.cpp.
|
protected |
Definition at line 23 of file GEPChromosomeMutGauss.h.