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