ECF 1.5
CartesianCrxHalfUniform.h
1#ifndef ECF_CARTESIAN_CARTESIANCRXHALFUNIFORM_H
2#define ECF_CARTESIAN_CARTESIANCRXHALFUNIFORM_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<CartesianCrxHalfUniform> CartesianCrxHalfUniformP;
13}
14#endif //ECF_CARTESIAN_CARTESIANCRXHALFUNIFORM_H
CrossoverOp base class.
Definition: Crossover.h:19
bool initialize(StateP state)
Initialize crossover operator. Called before first crossover operation.
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
void registerParameters(StateP state)
Register parameters with the system. Called before CrossoverOp::initialize.