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