ISelection.SelectChromosomes Method

GeneticSharp

ISelection SelectChromosomes Method GeneticSharp
Selects the number of chromosomes from the generation specified.

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

Syntax

IList<IChromosome> SelectChromosomes(
	int number,
	Generation generation
)
IList<IChromosome> SelectChromosomes(
	int number,
	Generation generation
)

Parameters

number
Type: OnlineSystem Int32
The number of chromosomes to select.
generation
Type: GeneticSharp.Domain.Populations Generation
The generation where the selection will be made.

Return Value

Type: OnlineIList IChromosome 
The selected chromosomes.
See Also