From ca9f059a4295db6269728b0b747036f995c777a9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Aug 2019 09:59:41 -0700 Subject: Added more features to the simulation. --- src/explicitsimulation.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/explicitsimulation.h') 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 double getMinFitness() const { return dMinFitness; } double getMaxFitness() const { return dMaxFitness; } + Genetic::PhenotypeId getMaxFitnessId() const; + Genetic::Phenotype *getMaxFitnessPhenotype() const; double getFitness( Genetic::PhenotypeId id ) const { return hFitness.get( id ); } -- cgit v1.2.3