Iterative Algorithm<T>.Report Failure Method
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Report | Reports that the algoritm has failed. No further iterations will be performed. |
Report | Records the results of an algorithm in case it fails. |
ReportFailure(AlgorithmStatus)
Reports that the algoritm has failed. No further iterations will be performed.
protected virtual void ReportFailure(
AlgorithmStatus status
)
Parameters
- status AlgorithmStatus
- A AlgorithmStatus value that specifies the reason for the failure.
Remarks
The result and estimated error are set to the values returned by the ValueEvaluator() and ErrorEvaluator() properties.