TournamentSelection.AllowWinnerCompeteNextTournament Property

GeneticSharp

TournamentSelection AllowWinnerCompeteNextTournament Property GeneticSharp
Gets or sets if allow any winner in a tournament to participate in the next tournament.
Remarks

In other words, if you want to allow a chromosome be selected more the one time.

Namespace: GeneticSharp.Domain.Selections
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public bool AllowWinnerCompeteNextTournament { get; set; }
public bool AllowWinnerCompeteNextTournament { get; set; }

Property Value

Type: OnlineBoolean
See Also