Generation.End Method

GeneticSharp

Generation End Method GeneticSharp
Ends the generation.

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

Syntax

public void End(
	int chromosomesNumber
)
public void End(
	int chromosomesNumber
)

Parameters

chromosomesNumber
Type: OnlineSystem Int32
Chromosomes number to keep on generation.
See Also