Managed Iterative Algorithm<T, TError, TReport>.Report Result Method
Records the results of an algorithm.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected void ReportResult(
T result,
TError estimatedError
)