TwoPointCrossover.SwapPointOneGeneIndex Property

GeneticSharp

TwoPointCrossover SwapPointOneGeneIndex Property GeneticSharp
Gets or sets the index of the swap point one gene.

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

Syntax

public int SwapPointOneGeneIndex { get; set; }
public int SwapPointOneGeneIndex { get; set; }

Property Value

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