1#ifndef FLOATINGPOINTCRSARITHMETICSIMPLE_H_
2#define FLOATINGPOINTCRSARITHMETICSIMPLE_H_
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
19typedef boost::shared_ptr<FloatingPointCrsArithmeticSimple> FloatingPointCrsArithmeticSimpleP;
FloatingPoint genotype: take recombination point k. Child 1 is parent1 until k, rest is arithmetic av...
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.