Population.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 override Candidate GetCandidate(
	int index
)

Parameters

index  Int32
The index of the candidate.

Return Value

Candidate
The candidate at the specified index.

See Also