Initializes the genome stats manager with the given population and origin.
The population to initialize the manager with.
The origin of the population.
Initializes the statistics of a genome.
The genome to initialize.
The origin of the genome.
The parents of the genome.
The initialized genome statistics.
Updates the genome stats manager with the given population, phenome matrix, and fitness column.
The population to update the manager with.
The phenome matrix of the population.
The fitness column of the population.
Protected
updateUpdates the statistics of a genome.
The genome to update.
The phenome of the genome.
The fitness of the genome.
The updated genome statistics.
A manager for the statistics of a population of genomes.
This class implements the [[GenomeStatsManagerInterface]] interface.