SelectionBase.PerformSelectChromosomes Method

GeneticSharp

SelectionBase PerformSelectChromosomes Method GeneticSharp
Performs the selection of chromosomes from the generation specified.

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

Syntax

protected abstract IList<IChromosome> PerformSelectChromosomes(
	int number,
	Generation generation
)
protected abstract IList<IChromosome> PerformSelectChromosomes(
	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