Click or drag to resize

TrustRegionMinimizerCriterion Enumeration

Enumeration for specifying the stop criterion.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Criterion
Members
Member nameValueDescription
MaxIterationsExceeded1 The maximum number of iterations was exceeded.
TrustRegionWithinTolerance2 The area of the trust region was within tolerance.
FunctionValueWithinTolerance3 The function value, f(x), was within tolerance.
JacobianWithinTolerance4 The value of the Jacobian matrix, A, at x was within tolerance for all A[i,j].
TrialStepWithinTolerance5 The size of the trial step was within tolerance.
ImprovementWithinTolerance6 The magnitude of the improvement between steps was within tolerance.
See Also