Uses of Class
jenes.GeneticAlgorithm.Statistics

Packages that use GeneticAlgorithm.Statistics
jenes   
 

Uses of GeneticAlgorithm.Statistics in jenes
 

Fields in jenes declared as GeneticAlgorithm.Statistics
protected  GeneticAlgorithm.Statistics GeneticAlgorithm.statistics
          The statistics object responsible for storing statistics about this genetic algorithm.
 

Methods in jenes that return GeneticAlgorithm.Statistics
 GeneticAlgorithm.Statistics GeneticAlgorithm.getStatistics()
          Returns algoritm statistics at the moment of invokation.
 

Methods in jenes with parameters of type GeneticAlgorithm.Statistics
 void GeneticAlgorithm.updateStatistics(GeneticAlgorithm.Statistics stats)
          Updates the algoritm statistics at the moment of invokation.