Public Member Functions | Public Attributes

MutationOp Class Reference

MutationOp base class. More...

#include <Mutation.h>

Inheritance diagram for MutationOp:
Binary::BinaryMutMix Binary::BinaryMutSimple BitString::BitStringMutMix BitString::BitStringMutSimple FloatingPoint::FloatingPointMutSimple Permutation::PermutationMutIns Permutation::PermutationMutInv Permutation::PermutationMutToggle Tree::TreeMutGauss Tree::TreeMutHoist Tree::TreeMutNodeComplement Tree::TreeMutNodeReplace Tree::TreeMutPermutation Tree::TreeMutShrink Tree::TreeMutSubtree

List of all members.

Public Member Functions

virtual bool mutate (GenotypeP)=0
virtual bool initialize (StateP)
virtual void registerParameters (StateP)

Public Attributes

StateP state_
double probability_
 probability of usage of this mutation operator
GenotypeP myGenotype_

Detailed Description

MutationOp base class.

Each MutationOp class mutates a _genotype_ object. Each Genotype class must define its own set of MutationOp classes.

Definition at line 15 of file Mutation.h.


Member Function Documentation


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