ManagedIterativeAlgorithm<T, TError, TReport>.ReportSuccess 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.0
C#
protected void ReportSuccess(
	T result,
	TError estimatedError
)

Parameters

result  T
The result that was computed by the algorithm.
estimatedError  TError
An estimate of the error in the result.

See Also