ECF 1.5
PermutationCrsSPX.h
1#ifndef PERMUTATIONCRSSPX_H
2#define PERMUTATIONCRSSPX_H
3
4
5namespace Permutation
6{
7
13{
14public:
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
16 bool initialize(StateP);
17 void registerParameters(StateP);
18};
19typedef boost::shared_ptr<PermutationCrsSPX> PermutationCrsSPXP;
20}
21#endif //PERMUTATIONCRSSPX_H
CrossoverOp base class.
Definition: Crossover.h:19
Permutation genotype: SPX crossover operator (see e.g. itc.ktu.lt/itc342/Misev342....
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)