scikit-optimize 0.9.0 Other versions
skopt.callbacks
Decide to continue or not given the results so far.
The optimization procedure will be stopped if the callback returns True.
Methods
__call__(result)
__call__