Created by Scott Robert Ladd at Coyote Gulch Productions.
Population fitness statistics. More...
#include <stats.h>
Produces a set of basic statistics from a given population. Used by various scaling, analysis, and reporting algorithms.
OrganismType | The type of organism in the population |
libevocosm::fitness_stats< OrganismType >::fitness_stats | ( | const vector< OrganismType > & | a_population | ) | [inline] |
Analyzes a population, find highest and lowest fitness organisms and computing various statistical values.
a_population | Population ot be analyzed. |
virtual libevocosm::fitness_stats< OrganismType >::~fitness_stats | ( | ) | [inline, virtual] |
Frees resources.
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.