Population<TSolution, TCandidate>.GetCandidate Method

Gets a candidate at the specified index.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
protected abstract TCandidate GetCandidate(
	int index
)

Parameters

index  Int32
The index of the candidate.

Return Value

TCandidate
The candidate at the specified index.

See Also