Candidate.Index Property

Gets the index of the candidate.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public int Index { get; }

Property Value

Int32

Implements

ICandidate<TSolution>.Index

See Also