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.
Optional
parents: BaseGenome[]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.
An interface for a genome stats manager.
A genome stats manager is used to manage the statistics of a population of genomes.