1#ifndef PERMUTATIONCRSPBX_H
2#define PERMUTATIONCRSPBX_H
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
19typedef boost::shared_ptr<PermutationCrsPBX> PermutationCrsPBXP;
Permutation genotype: PBX crossover operator (see e.g. http://dx.doi.org/10.1016/j....
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.