PerformanceGenerationStrategy Constructor (Int32)

GeneticSharp

PerformanceGenerationStrategy Constructor (Int32) GeneticSharp
Initializes a new instance of the PerformanceGenerationStrategy class.

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

Syntax

public PerformanceGenerationStrategy(
	int generationsNumber
)
public PerformanceGenerationStrategy(
	int generationsNumber
)

Parameters

generationsNumber
Type: OnlineSystem Int32
The number of generations to keep in the population
See Also