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