scikit-optimize 0.9.0 Other versions
skopt.callbacks
Stop the optimization if the n_best minima are within delta
n_best
delta
Stop the optimizer if the absolute difference between the n_best objective values is less than delta.
Methods
__call__(result)
__call__