Managed Iterative Algorithm<T, TError, TReport>.Throw Convergence Exception Method
Definition
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected virtual void ThrowConvergenceException()
Remarks
This method is called by SetResult(T, TError, AlgorithmStatus, Int32) when the algorithm failed and the ThrowExceptionOnFailure property is set to true. It interprets the AlgorithmStatus and throws a ConvergenceException with an appropriate message text.
Inheritors may override this method and substitute more specific exception messages. The base implementation should always be called for codes that are not handled by the overriding method.
You should avoid calling this method directly. Instead, call the SetResult(T, TError, AlgorithmStatus, Int32) method with the appropriate parameters.
Exceptions
Convergence | Always thrown. |