ECF
1.7
D:
Projekt
ECF
ECF_master
ECF
intgenotype
IntGenotypeCrxAverage.h
1
#include <cmath>
2
#include <sstream>
3
4
namespace
IntGenotype
5
{
10
class
IntGenotypeCrxAverage
:
public
CrossoverOp
11
{
12
public
:
13
bool
mate
(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
14
15
};
16
typedef
std::shared_ptr<IntGenotypeCrxAverage> IntGenotypeCrxAverageP;
17
18
}
IntGenotype::IntGenotypeCrxAverage
IntGenotype genotype: average crossover operator.
Definition
IntGenotypeCrxAverage.h:11
IntGenotype::IntGenotypeCrxAverage::mate
bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child)
Definition
IntGenotypeCrxAverage.cpp:8
Generated on
for ECF by
1.18.0