ECF
1.5
D:
Projekt
ECF_trunk
examples
quantum
IntGenotypeCrxAverage.h
1
#include <ecf/ECF.h>
2
#include <ecf/ECF_base.h>
3
#include <cmath>
4
#include <sstream>
5
6
namespace
IntGenotype
7
{
8
class
IntGenotypeCrxAverage
:
public
CrossoverOp
9
{
10
public
:
11
bool
mate
(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
12
13
};
14
typedef
boost::shared_ptr<IntGenotypeCrxAverage> IntGenotypeCrxAverageP;
15
16
}
CrossoverOp
CrossoverOp base class.
Definition:
Crossover.h:19
IntGenotype::IntGenotypeCrxAverage
Definition:
IntGenotypeCrxAverage.h:9
IntGenotype::IntGenotypeCrxAverage::mate
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
Definition:
IntGenotypeCrxAverage.cpp:10
Generated on Wed Aug 3 2022 17:50:42 for ECF by
1.9.4