Class TruncationSelectionStrategy<TGenome>

A truncation selection strategy.

This selection strategy selects the top sliceThresholdRate fraction of the population as parents for mutation and crossover.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

Hierarchy (View Summary)

Constructors

Properties

crossoverParentsCount: number
sliceThresholdRate: number

Methods