Population.Generations Property

GeneticSharp

Population Generations Property GeneticSharp
Gets the generations.
Remarks

The information of Generations 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 IList<Generation> Generations { get; private set; }
public IList<Generation> Generations { get; private set; }

Property Value

Type: OnlineIList Generation 
The generations.
See Also