1#ifndef FLOATINGPOINTCRSARITHMETICSINGLE_H_
2#define FLOATINGPOINTCRSARITHMETICSINGLE_H_
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
19typedef boost::shared_ptr<FloatingPointCrsArithmeticSingle> FloatingPointCrsArithmeticSingleP;
FloatingPoint genotype: take random allele k. That point is arithmetic average of parents,...
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.