scikit-optimize
skopt
skopt.acquisition
skopt.benchmarks
skopt.callbacks
skopt.learning
skopt.optimizer
skopt.plots
skopt.utils
skopt.sampler
skopt.space.space
skopt.space.transformers
DeltaYStopper
DeltaYStopper.__init__()
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__
previous
skopt.callbacks.DeltaXStopper
next
skopt.callbacks.EarlyStopper