Class PopulationSummaryManager

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.

Implements

Constructors

Properties

ageSummary: RangeStatSummary

The summary of the age of the population.

bestGenomeId: undefined | number

The ID of the best genome in the population.

fitnessSummary: StatSummary

The summary of the fitness of the population.

groupedFitnessSummary: GroupedStatSummary

The summary of the fitness of the population, grouped by origin.

stagnationCounter: number = 0

The number of generations since the best genome has changed.

Methods

  • Updates the summary of the age of the population.

    Parameters

    • sortedStatsCollection: GenomeStats[]

      The sorted collection of genome statistics.

    Returns void

  • Updates the grouped summary of the population.

    Parameters

    • sortedStatsCollection: GenomeStats[]

      The sorted collection of genome statistics.

    Returns void

  • Updates the summary of the population.

    Parameters

    • sortedStatsCollection: GenomeStats[]

      The sorted collection of genome statistics.

    Returns void