diff options
Diffstat (limited to 'src/explicitsimulation.h')
-rw-r--r-- | src/explicitsimulation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/explicitsimulation.h b/src/explicitsimulation.h index 78cb904..9869053 100644 --- a/src/explicitsimulation.h +++ b/src/explicitsimulation.h | |||
@@ -28,6 +28,8 @@ namespace Genetic | |||
28 | 28 | ||
29 | double getMinFitness() const { return dMinFitness; } | 29 | double getMinFitness() const { return dMinFitness; } |
30 | double getMaxFitness() const { return dMaxFitness; } | 30 | double getMaxFitness() const { return dMaxFitness; } |
31 | Genetic::PhenotypeId getMaxFitnessId() const; | ||
32 | Genetic::Phenotype *getMaxFitnessPhenotype() const; | ||
31 | double getFitness( Genetic::PhenotypeId id ) const | 33 | double getFitness( Genetic::PhenotypeId id ) const |
32 | { return hFitness.get( id ); } | 34 | { return hFitness.get( id ); } |
33 | 35 | ||