Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace


Extreme Optimization Mathematics Library for .NET

IterationResultCode Enumeration

NOTE: This enumeration is now obsolete.

Use the AlgorithmStatus enumeration instead.


(Obsolete.) Enumerates the possible result codes for classes that support the IterativeAlgorithm interface.

[Visual Basic]
Public Enum IterationResultCode
[C#]
public enum IterationResultCode

Remarks

This type has been deprecated. Use the AlgorithmStatus type instead.

Members

Member NameDescription
NoResult The algorithm has not been executed.
Busy The algorithm has not yet ended.
Normal The algorithm ended normally.
IterationLimitExceeded The maximum number of iterations was exceeded.
RoundOffError Round-off prevented the algorithm from achieving a result within the desired tolerance.
BadFunction A badly behaved function prevented the algorithm from achieving a result within the desired tolerance.
Divergent the algorithm diverges.

Requirements

Namespace: Extreme.Mathematics

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

Extreme.Mathematics Namespace | ConvergenceCriterion | IterativeAlgorithm