Iterative Algorithm.Report Failure Method
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.