1#ifndef PERMUTATIONCRSCYCLIC2_H
2#define PERMUTATIONCRSCYCLIC2_H
4#include "Permutation.h"
17 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
21typedef boost::shared_ptr<PermutationCrsCyclic2> PermutationCrsCyclic2P;
Permutation genotype: Cyclic version 2 crossover operator (adapted from HeuristicLab)
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)