Hide Comments
Hide Comments

Comments (0)

Specifies how many times the tournament must run for selecting a parent when    SelectionMethod is smTournament or smStochasticTournament. In other words, when selecting a parent, the genetic component runs a tournament, where the best or fittest individual is selected out of all the TournamentField number of contests.
 

alert_cautionWarning

Note that the TournamentField property can have a large impact on the processing time if the TournamentField property is high.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property TournamentField: Integer read FTournamentField write SetTournamentField default 2;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)