Type Alias PopulationSummary

PopulationSummary: {
    ageSummary: RangeStatSummary;
    fitnessSummary: StatSummary;
    groupedFitnessSummary: GroupedStatSummary;
    stagnationCounter: number;
}

A summary of the statistics for a population of genomes.

Type declaration

  • ReadonlyageSummary: RangeStatSummary

    A summary of age statistics for the population.

  • ReadonlyfitnessSummary: StatSummary

    A summary of fitness statistics for the population.

  • ReadonlygroupedFitnessSummary: GroupedStatSummary

    A grouped summary of fitness statistics based on genome origin.

  • ReadonlystagnationCounter: number

    The counter indicating the number of generations without significant improvement (bestGenome not changing).