Type Alias GroupedStatSummary

GroupedStatSummary: {
    crossover: StatSummary;
    initial: StatSummary;
    mutation: StatSummary;
}

A summary of the statistics of a population of genomes, grouped by origin.

This object contains the count of genomes in the population, the best and second best values, the mean, median, and worst values. It is grouped by origin into three categories: initial, crossover, and mutation.

Type declaration

  • Readonlycrossover: StatSummary

    The summary of the crossover population.

  • Readonlyinitial: StatSummary

    The summary of the initial population.

  • Readonlymutation: StatSummary

    The summary of the mutation population.

MMNEPVFCICPMFPCPTTAAATR