Public Member Functions | Protected Attributes

Tree::TreeMutGauss Class Reference

Tree genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'. More...

#include <TreeMutGauss.h>

Inheritance diagram for Tree::TreeMutGauss:
MutationOp

List of all members.

Public Member Functions

bool mutate (GenotypeP gene)
bool initialize (StateP)
void registerParameters (StateP)

Protected Attributes

boost::lagged_fibonacci607 engine_

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: