TwoPointCrossover Constructor (Int32, Int32)

GeneticSharp

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

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

Syntax

public TwoPointCrossover(
	int swapPointOneGeneIndex,
	int swapPointTwoGeneIndex
)
public TwoPointCrossover(
	int swapPointOneGeneIndex,
	int swapPointTwoGeneIndex
)

Parameters

swapPointOneGeneIndex
Type: OnlineSystem Int32
Swap point one gene index.
swapPointTwoGeneIndex
Type: OnlineSystem Int32
Swap point two gene index.
See Also