scikit-optimize 0.9.0 Other versions
skopt.callbacks
Stop the optimization when |x1 - x2| < delta
|x1 - x2| < delta
If the last two positions at which the objective has been evaluated are less than delta apart stop the optimization procedure.
delta
Methods
__call__(result)
__call__