ReinsertionBase.SelectChromosomes Method

GeneticSharp

ReinsertionBase SelectChromosomes Method GeneticSharp
Selects the chromosomes which will be reinserted.

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

Syntax

public IList<IChromosome> SelectChromosomes(
	Population population,
	IList<IChromosome> offspring,
	IList<IChromosome> parents
)
public IList<IChromosome> SelectChromosomes(
	Population population,
	IList<IChromosome> offspring,
	IList<IChromosome> parents
)

Parameters

population
Type: GeneticSharp.Domain.Populations Population
The population.
offspring
Type: OnlineSystem.Collections.Generic IList IChromosome 
The offspring.
parents
Type: OnlineSystem.Collections.Generic IList IChromosome 
The parents.

Return Value

Type: OnlineIList IChromosome 
The chromosomes to be reinserted in next generation..

Implements

IReinsertion SelectChromosomes(Population, IList IChromosome , IList IChromosome )
See Also