Click or drag to resize

NonnegLeastSqTermination Enumeration

Enumeration of possible nonnegative least squares algorithm termination states.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum NonnegLeastSqTermination
Members
Member nameValueDescription
Converged0 The algorithm converged within the alotted number of iterations.
MaxIterationsExceeded1 The algorithm terminated because the specified maximum number of iterations was exceeded.
UnexpectedError2 An unexpected exception occurred.
Uninitialized3 Indeterminate state. Algorithm is yet to be executed.
See Also