1#ifndef PERMUTATIONCRSOX2_H 
    2#define PERMUTATIONCRSOX2_H 
    4#include "Permutation.h" 
   17    bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
 
   21typedef boost::shared_ptr<PermutationCrsOX2> PermutationCrsOX2P;
 
Permutation genotype: Order crossover operator variant where algorithm starts from the beginning when...
 
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.
 
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
 
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)