The algorithm is not making any progress. Try a new initial guess.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class NoProgressException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NoProgressException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class NoProgressException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.NoProgressException the algorithm is not making any progress, try new initial guess

Inheritance Hierarchy

See Also