Population<TCandidate>.Candidates Property

Provides an enumerable of candidate proxies representing the population. Each candidate proxy provides read-only access to the underlying SoA data.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public override IEnumerable<TCandidate> Candidates { get; }

Property Value

IEnumerable<TCandidate>

See Also