ECF 1.5
CartesianCrxUniform.h
1#ifndef ECF_CARTESIAN_CARTESIANCRXUNIFORM_H
2#define ECF_CARTESIAN_CARTESIANCRXUNIFORM_H
3#include <ECF_base.h>
4namespace cartesian {
6 {
7 public:
8 void registerParameters(StateP state);
9 bool initialize(StateP state);
10 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
11 };
12 typedef boost::shared_ptr<CartesianCrxUniform> CartesianCrxUniformP;
13}
14#endif //ECF_CARTESIAN_CARTESIANCRXUNIFORM_H
CrossoverOp base class.
Definition: Crossover.h:19
void registerParameters(StateP state)
Register parameters with the system. Called before CrossoverOp::initialize.
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
bool initialize(StateP state)
Initialize crossover operator. Called before first crossover operation.