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.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected void ReportSuccess(
T result,
TError estimatedError
)