A minimization procedure should stop when one of the following conditions is true:
The handling of these conditions is under user control. The function below allows the user to test the precision of the current result.
GSL_SUCCESS
if the following
condition is achieved,
when the interval @math{x = [a,b]} does not include the origin. If the interval includes the origin then @math{\min(|a|,|b|)} is replaced by zero (which is the minimum value of @math{|x|} over the interval). This ensures that the relative error is accurately estimated for minima close to the origin.
This condition on the interval also implies that any estimate of the minimum @math{x_m} in the interval satisfies the same condition with respect to the true minimum @math{x_m^*},
assuming that the true minimum @math{x_m^*} is contained within the interval.