Type Alias Population<TGenome>

Population: TGenome[]

Represents a population of genomes in a genetic algorithm.

Type Parameters

  • TGenome extends BaseGenome

    The specific type of genome within the population.