Generation Constructor | GeneticSharp |
Initializes a new instance of the Generation class.
Namespace: GeneticSharp.Domain.PopulationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- number
- Type: System Int32
The generation number.
- chromosomes
- Type: System.Collections.Generic IList IChromosome
The chromosomes of the generation..
See Also