Click or drag to resize

TournamentSelectionT Constructor

Constructs selection algorithm.

Namespace:  FinMath.MachineLearning.EvolutionaryAlgorithms
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public TournamentSelection(
	RandomGenerator random,
	int tournamentSize,
	int populationSize
)

Parameters

random
Type: FinMath.StatisticsRandomGenerator
Random generator.
tournamentSize
Type: SystemInt32
Size of tournament which will be simulated during selection.
populationSize
Type: SystemInt32
Size of population.
See Also