1#ifndef TreeCrxOnePoint_h
2#define TreeCrxOnePoint_h
17 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
21typedef boost::shared_ptr<TreeCrxOnePoint> TreeCrxOnePointP;
Tree genotype: one point crx operator. Tries to select a crossing point in parent tree's common regio...
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.