ECF 1.5
FloatingPointCrsSbx.h
1#ifndef FLOATINGPOINTCRSSBX_H_
2#define FLOATINGPOINTCRSSBX_H_
3
4
5namespace FloatingPoint
6{
7
14{
15public:
16 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
17 bool initialize(StateP);
18 void registerParameters(StateP);
19
20 uint ni;
21};
22typedef boost::shared_ptr<FloatingPointCrsSbx> FloatingPointCrsSbxP;
23}
24#endif /* FLOATINGPOINTCRSSBX_H_ */
25
CrossoverOp base class.
Definition: Crossover.h:19
FloatingPoint genotype: SBX crossover (http://citeseerx.ist.psu.edu/viewdoc/download?...
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.