1#ifndef PERMUTATIONCRSOBX_H 
    2#define PERMUTATIONCRSOBX_H 
    4#include "Permutation.h" 
   17    bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child); 
 
   21typedef boost::shared_ptr<PermutationCrsOBX> PermutationCrsOBXP;
 
Permutation genotype: Order based crossover operator (see e.g. http://dx.doi.org/10....
 
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
 
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
 
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.