The derivative tolerance used by member method ComputeMin
to decide if the current point is a local minimum.
A double
scalar value specifying the derivative tolerance used by member method ComputeMin
.
This is the second stopping criterion. x is returned as a solution when G(x) is less than or equal to DerivTolerance
. DerivTolerance
should be nonnegative, otherwise zero will be used. By default, DerivTolerance
is set to 1.0e-8.
MinUncon Class | Imsl.Math Namespace