Managed Iterative Algorithm<T, TError, TReport>.Report Success Method
Records the results of a algorithm that converged successfully.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
protected void ReportSuccess(
T result,
TError estimatedError
)