Public Member Functions | Public Attributes

FloatingPoint::FloatingPointCrsSbx Class Reference
[GenotypesFloatingPoint]

FloatingPoint genotype: SBX crossover (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.33.7291&rep=rep1&type=pdf, http://www.iitk.ac.in/kangal/papers/k2011017.pdf). More...

#include <FloatingPointCrsSbx.h>

Inheritance diagram for FloatingPoint::FloatingPointCrsSbx:
CrossoverOp

List of all members.

Public Member Functions

bool mate (GenotypeP gen1, GenotypeP gen2, GenotypeP child)
bool initialize (StateP)
 Initialize crossover operator. Called before first crossover operation.
void registerParameters (StateP)
 Register parameters with the system. Called before CrossoverOp::initialize.

Public Attributes

uint ni

Detailed Description

FloatingPoint genotype: SBX crossover (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.33.7291&rep=rep1&type=pdf, http://www.iitk.ac.in/kangal/papers/k2011017.pdf).

Definition at line 15 of file FloatingPointCrsSbx.h.


Member Function Documentation

bool FloatingPoint::FloatingPointCrsSbx::mate ( GenotypeP  ,
GenotypeP  ,
GenotypeP   
) [virtual]

Performs crossover of two genotype objects. Each genotype object must be initialized!

Implements CrossoverOp.

Definition at line 28 of file FloatingPointCrsSbx.cpp.


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