CrossoverBase Constructor (Int32, Int32, Int32)

GeneticSharp

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

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

Syntax

protected CrossoverBase(
	int parentsNumber,
	int childrenNumber,
	int minChromosomeLength
)
protected CrossoverBase(
	int parentsNumber,
	int childrenNumber,
	int minChromosomeLength
)

Parameters

parentsNumber
Type: OnlineSystem Int32
The number of parents need for cross.
childrenNumber
Type: OnlineSystem Int32
The number of children generated by cross.
minChromosomeLength
Type: OnlineSystem Int32
The minimum length of the chromosome supported by the crossover.
See Also