Constructs a new population summary manager.
Protected
ageThe summary of the age of the population.
Protected
bestThe ID of the best genome in the population.
Protected
fitnessThe summary of the fitness of the population.
Protected
groupedThe summary of the fitness of the population, grouped by origin.
Protected
stagnationThe number of generations since the best genome has changed.
Retrieves the population summary with rounded statistics.
The number of decimal places to round to.
The rounded population summary.
Updates the population summary based on the provided sorted population.
The population sorted by fitness score.
Protected
updateUpdates the summary of the age of the population.
The sorted collection of genome statistics.
Protected
updateUpdates the grouped summary of the population.
The sorted collection of genome statistics.
Protected
updateUpdates the summary of the population.
The sorted collection of genome statistics.
A manager for the population summary.
This class implements the [[PopulationSummaryManagerInterface]] interface. It is used to manage the population summary, which is a summary of the statistics of a population of genomes.