Population<TSolution, TCandidate>.Solutions Property

Gets the solutions of the population.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public ReadOnlySpan<TSolution> Solutions { get; }

Property Value

ReadOnlySpan<TSolution>

See Also