|
|
| Genome (ChromElement *pChr) |
| |
|
| Genome (const Genome &) |
| |
|
Genome & | operator= (const Genome &) |
| |
|
Genome * | clone () const |
| |
|
ChromElement * | GetChrom () const |
| |
|
void | SetScore (BaseSF *pSF) |
| |
|
double | GetScore () const |
| |
|
double | SetRWFitness (double sigmaOffset, double partialSum) |
| |
|
void | NormaliseRWFitness (double total) |
| |
|
double | GetRWFitness () const |
| |
|
bool | Equals (const Genome &g, double threshold) const |
| |
|
void | Print (std::ostream &) const |
| |
|
|
static const std::string | _CT = "Genome" |
| |
|
|
void | to_json (json &j, const Genome &genome) |
| |
|
void | from_json (const json &j, Genome &genome) |
| |
|
bool | operator== (const Genome &g1, const Genome &g2) |
| |
|
std::ostream & | operator<< (std::ostream &s, const Genome &g) |
| |
The documentation for this class was generated from the following files: