TwoPointCrossover.SwapPointTwoGeneIndex Property

GeneticSharp

TwoPointCrossover SwapPointTwoGeneIndex Property GeneticSharp
Gets or sets the index of the swap point two gene.

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

Syntax

public int SwapPointTwoGeneIndex { get; set; }
public int SwapPointTwoGeneIndex { get; set; }

Property Value

Type: OnlineInt32
The index of the swap point two gene.
See Also