Uses of Class
jenes.statistics.StatisticsLogger.Loggable

Packages that use StatisticsLogger.Loggable
jenes.population   
 

Uses of StatisticsLogger.Loggable in jenes.population
 

Methods in jenes.population with annotations of type StatisticsLogger.Loggable
 double Population.Statistics.getIllegalHighestScore()
          Returns the highest illegal score of this population
 double Population.Statistics.getIllegalLowestScore()
          Returns the lowest illegal score of this population
 double Population.Statistics.getIllegalScoreAvg()
          Returns the average score of the illegal individual of this population
 double Population.Statistics.getIllegalScoreDev()
          Returns the deviation score of the illegal individual of this population
 Individual<T> Population.Statistics.getLegalHighestIndividual()
          Returns the highest legal score individual of this population
 double Population.Statistics.getLegalHighestScore()
          Returns the highest legal score of this population
 double Population.Statistics.getLegalLowestScore()
          Returns the lowest legal score of this population
 double Population.Statistics.getLegalScoreAvg()
          Returns the average score of the legal individual of this population
 double Population.Statistics.getLegalScoreDev()
          Returns the deviation score of the legal individual of this population
 int Population.Statistics.getNumOfIllegalIndividuals()
          Provides the number of illegal individuals in the population
 int Population.Statistics.getNumOfIndividuals()
          Provides the number of individuals in the population
 int Population.Statistics.getNumOfLegalIndividuals()
          Returns the number of legal individuals in the population