Managed Iterative Algorithm<T, TError, TReport>.Report Failure Method
Records the results of an algorithm in case it fails.
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 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.