ECF 1.5
IntGenotypeCrxOp.h
1#include <ecf/ECF.h>
2#include <ecf/ECF_base.h>
3#include <cmath>
4#include <sstream>
5
6#pragma once
7
8namespace IntGenotype
9{
11 {
12 public:
13 bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
14
15 };
16 typedef boost::shared_ptr<IntGenotypeCrxOp> IntGenotypeCrxOpP;
17
18}
CrossoverOp base class.
Definition: Crossover.h:19
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)