Performs any tasks after the main algorithm has failed to converge.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Overridable Sub OnFailure
C#
protected virtual void OnFailure ()
C++
protected:
virtual void OnFailure ()