1#ifndef FLOATINGPOINTCRSBLX_H_ 
    2#define FLOATINGPOINTCRSBLX_H_ 
   14    bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
 
   20typedef boost::shared_ptr<FloatingPointCrsBlx> FloatingPointCrsBlxP;
 
FloatingPoint genotype: value on allele i is random value taken from min-max interval from parents pl...
 
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
 
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
 
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)