Population<TSolution, 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public abstract IEnumerable<TCandidate> Candidates { get; }