Class ProportionalSelectionStrategy<TGenome>

A proportional selection strategy.

This selection strategy selects parents for mutation and crossover based on their fitness proportion.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

Implements

Constructors

Properties

crossoverParentsCount: number

Methods