Public Member Functions | Public Attributes

CrossoverOp Class Reference

CrossoverOp base class. More...

#include <Crossover.h>

Inheritance diagram for CrossoverOp:
Binary::BinaryCrsOnePoint Binary::BinaryCrsUniform BitString::BitStringCrsOnePoint BitString::BitStringCrsUniform FloatingPoint::FloatingPointCrsArithmetic FloatingPoint::FloatingPointCrsOnePoint Permutation::PermutationCrsOX Permutation::PermutationCrsPBX Permutation::PermutationCrsPMX Tree::TreeCrxContextPreserved Tree::TreeCrxOnePoint Tree::TreeCrxSimple Tree::TreeCrxSizeFair Tree::TreeCrxUniform TreeCrxSimple

List of all members.

Public Member Functions

virtual bool mate (GenotypeP, GenotypeP, GenotypeP)=0
virtual bool initialize (StateP)
virtual void registerParameters (StateP)

Public Attributes

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

Detailed Description

CrossoverOp base class.

Each CrossoverOp class crosses a pair of _genotypes_. Each Genotype class must define its own set of CrossoverOp classes.

Definition at line 17 of file Crossover.h.


Member Function Documentation


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