ManagedIterativeAlgorithm<T, TError, TReport>.ReportSuccess Method
Records the results of a algorithm that converged successfully.
DefinitionPermalink
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
protected void ReportSuccess(
T result,
TError estimatedError
)