Tree genotype: permutation mutation operator. More...
#include <TreeMutPermutation.h>
Public Member Functions | |
| bool | mutate (GenotypeP gene) |
| bool | initialize (StateP) |
| void | registerParameters (StateP) |
Tree genotype: permutation mutation operator.
Definition at line 11 of file TreeMutPermutation.h.
| bool Tree::TreeMutPermutation::initialize | ( | StateP | ) | [virtual] |
Initialize mutation operator. Called before first mutation operation.
Reimplemented from MutationOp.
Definition at line 16 of file TreeMutPermutation.cpp.
| bool Tree::TreeMutPermutation::mutate | ( | GenotypeP | ) | [virtual] |
Performs mutation of a genotype object. The genotype object must be initialized!
Implements MutationOp.
Definition at line 24 of file TreeMutPermutation.cpp.
| void Tree::TreeMutPermutation::registerParameters | ( | StateP | ) | [virtual] |
Register parameters with the system. Called before MutationOp::initialize.
Reimplemented from MutationOp.
Definition at line 10 of file TreeMutPermutation.cpp.
1.7.1