Class RandomSelectionStrategy<TGenome>

A random selection strategy.

This selection strategy randomly selects parents for mutation and crossover.

Type Parameters

  • TGenome extends BaseGenome

    The type of genome objects in the population.

Hierarchy (View Summary)

Implements

Constructors

Properties

crossoverParentsCount: number

Methods