1#ifndef PERMUTATIONCRSULX_H
2#define PERMUTATIONCRSULX_H
4#include "Permutation.h"
17 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
21typedef boost::shared_ptr<PermutationCrsULX> PermutationCrsULXP;
Permutation genotype: Uniform like crossover operator (see e.g. itc.ktu.lt/itc342/Misev342....
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.