ManagedIterativeAlgorithm<T, TError, TReport>.SolutionReport Property

Gets the result of an algorithm after it has executed.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual TReport SolutionReport { get; }

Property Value

TReport
A SolutionReport<T>.

See Also