GenerationNumberTermination.ExpectedGenerationNumber Property

GeneticSharp

GenerationNumberTermination ExpectedGenerationNumber Property GeneticSharp
Gets or sets the expected generation number to consider that termination has been reached.

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

Syntax

public int ExpectedGenerationNumber { get; set; }
public int ExpectedGenerationNumber { get; set; }

Property Value

Type: OnlineInt32
The generation number.
See Also