1#ifndef BitStringCrsOnePoint_h 
    2#define BitStringCrsOnePoint_h 
   15    bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
 
   19typedef boost::shared_ptr<BitStringCrsOnePoint> BitStrCrsOnePointP;
 
BitString genotype: one point crossover operator.
 
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.