ManagedIterativeAlgorithm<T, TError, TReport>.ReportSuccess Method

Records the results of a algorithm that converged successfully.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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