OnePointCrossover.SwapPointIndex Property

GeneticSharp

OnePointCrossover SwapPointIndex Property GeneticSharp
Gets or sets the index of the swap point.

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

Syntax

public int SwapPointIndex { get; set; }
public int SwapPointIndex { get; set; }

Property Value

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