1#ifndef PERMUTATIONCRSUPMX_H
2#define PERMUTATIONCRSUPMX_H
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
19typedef boost::shared_ptr<PermutationCrsUPMX> PermutationCrsUPMXP;
Permutation genotype: UMPX crossover operator (see e.g. itc.ktu.lt/itc342/Misev342....
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)