Generation Constructor

GeneticSharp

Generation Constructor GeneticSharp
Initializes a new instance of the Generation class.

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

Syntax

public Generation(
	int number,
	IList<IChromosome> chromosomes
)
public Generation(
	int number,
	IList<IChromosome> chromosomes
)

Parameters

number
Type: OnlineSystem Int32
The generation number.
chromosomes
Type: OnlineSystem.Collections.Generic IList IChromosome 
The chromosomes of the generation..
See Also