Tree genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'. More...
#include <TreeMutGauss.h>
Public Member Functions | |
| bool | mutate (GenotypeP gene) |
| bool | initialize (StateP) |
| void | registerParameters (StateP) |
Protected Attributes | |
| boost::lagged_fibonacci607 | engine_ |
Tree genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'.
Definition at line 14 of file TreeMutGauss.h.
| bool Tree::TreeMutGauss::initialize | ( | StateP | ) | [virtual] |
Initialize mutation operator. Called before first mutation operation.
Reimplemented from MutationOp.
Definition at line 19 of file TreeMutGauss.cpp.
| bool Tree::TreeMutGauss::mutate | ( | GenotypeP | ) | [virtual] |
Performs mutation of a genotype object. The genotype object must be initialized!
Implements MutationOp.
Definition at line 29 of file TreeMutGauss.cpp.
| void Tree::TreeMutGauss::registerParameters | ( | StateP | ) | [virtual] |
Register parameters with the system. Called before MutationOp::initialize.
Reimplemented from MutationOp.
Definition at line 13 of file TreeMutGauss.cpp.
1.7.1