ISelection SelectChromosomes Method | GeneticSharp |
Selects the number of chromosomes from the generation specified.
Namespace: GeneticSharp.Domain.SelectionsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- number
- Type: System Int32
The number of chromosomes to select.
- generation
- Type: GeneticSharp.Domain.Populations Generation
The generation where the selection will be made.
Return Value
Type: IList IChromosomeThe selected chromosomes.
See Also