Population Constructor | GeneticSharp |
Initializes a new instance of the Population class.
Namespace: GeneticSharp.Domain.PopulationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- minSize
- Type:
System Int32
The minimum size (chromosomes).
- maxSize
- Type:
System Int32
The maximum size (chromosomes).
- adamChromosome
- Type: GeneticSharp.Domain.Chromosomes IChromosome
The original chromosome of all population ;).
See Also