1#ifndef FLOATINGPOINTCRSSBX_H_
2#define FLOATINGPOINTCRSSBX_H_
16 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
22typedef boost::shared_ptr<FloatingPointCrsSbx> FloatingPointCrsSbxP;
FloatingPoint genotype: SBX crossover (http://citeseerx.ist.psu.edu/viewdoc/download?...
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.