Constructs a new population summary manager.
ProtectedageThe summary of the age of the population.
ProtectedbestThe ID of the best genome in the population.
ProtectedfitnessThe summary of the fitness of the population.
ProtectedgroupedThe summary of the fitness of the population, grouped by origin.
ProtectedstagnationThe 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.
ProtectedupdateUpdates the summary of the age of the population.
The sorted collection of genome statistics.
ProtectedupdateUpdates the grouped summary of the population.
The sorted collection of genome statistics.
ProtectedupdateUpdates 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.