Population.GenerationsNumber Property

GeneticSharp

Population GenerationsNumber Property GeneticSharp
Gets the total number of generations executed.
Remarks

Use this information to know how many generations have been executed, because Generations.Count can vary depending of the IGenerationStrategy used.

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

Syntax

public int GenerationsNumber { get; private set; }
public int GenerationsNumber { get; private set; }

Property Value

Type: OnlineInt32
See Also