ECF 1.5
FloatingPointCrsBga.h
1#ifndef FLOATINGPOINTCRSBGA_H_
2#define FLOATINGPOINTCRSBGA_H_
3
4
5namespace FloatingPoint
6{
7
13{
14public:
15 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
16 bool initialize(StateP);
17 void registerParameters(StateP);
18
19};
20typedef boost::shared_ptr<FloatingPointCrsBga> FloatingPointCrsBgaP;
21}
22#endif /* FLOATINGPOINTCRSBGA_H_ */
23
CrossoverOp base class.
Definition: Crossover.h:19
FloatingPoint genotype: BGA crossover (http://bib.irb.hr/datoteka/640222.CEC_2013....
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.