ECF 1.5
PermutationCrsPMX.h
1#ifndef PERMUTATIONCRSPMX_H
2#define PERMUTATIONCRSPMX_H
3
4
5namespace Permutation
6{
7
13{
14public:
15
16 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
17 bool initialize(StateP);
18 void registerParameters(StateP);
19};
20typedef boost::shared_ptr<PermutationCrsPMX> PermutationCrsPMXP;
21}
22#endif //PERMUTATIONCRSPMX_H
23
CrossoverOp base class.
Definition: Crossover.h:19
Permutation genotype: PMX crossover operator (see e.g. http://dx.doi.org/10.1016/j....
bool initialize(StateP)
Initialize crossover operator. Called before first crossover operation.
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
void registerParameters(StateP)
Register parameters with the system. Called before CrossoverOp::initialize.