|
| Genome (const int numberOfGenes, const bool setInitialRandomValues=true) |
|
| Genome (const std::vector< double > &chromosome) |
|
| Genome (const std::vector< double > &chromosome, const double fitness) |
|
double | fitness () const |
|
void | setFitness (double fitness) |
|
std::vector< double > | chromosome () const |
|
void | setChromosome (const std::vector< double > &newChromosome) |
|
void | sex (const Genome &with, Genome &baby1, Genome &baby2) |
|
int | numberOfGenes () |
|
|
static double | MutationRate |
|
static double | CrossoverRate |
|
static double | MaxMutationPerturbation |
|
|
NEURALNETDLL bool | operator< (const Genome &lhs, const Genome &rhs) |
|
NEURALNETDLL bool | operator> (const Genome &lhs, const Genome &rhs) |
|
NEURALNETDLL bool | operator== (const Genome &lhs, const Genome &rhs) |
|
Definition at line 12 of file Genome.h.
The documentation for this class was generated from the following file: