ManagedIterativeAlgorithm<T, TError, TReport>.ReportFailure Method

Records the results of an algorithm in case it fails.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected void ReportFailure(
	T result,
	TError estimatedError,
	AlgorithmStatus status
)

Parameters

result  T
The result that was computed by the algorithm.
estimatedError  TError
An estimate of the error in the result.
status  AlgorithmStatus
An AlgorithmStatus value that specifies the reason for the failure.

See Also