1#ifndef FLOATINGPOINTCRSDISCRETE_H_
2#define FLOATINGPOINTCRSDISCRETE_H_
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
19typedef boost::shared_ptr<FloatingPointCrsDiscrete> FloatingPointCrsDiscreteP;
FloatingPoint genotype: allele value for each gene is either from parent1 or from parent2 with equal ...
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.