1#ifndef BINARYCRSTWOPOINT_H_ 
    2#define BINARYCRSTWOPOINT_H_ 
   16    bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
 
   20typedef boost::shared_ptr<BinaryCrsTwoPoint> BinaryCrsTwoPointP;
 
Binary genotype: two point crossover operator.
 
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
 
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
 
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)