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
DeltaXStopper
DeltaXStopper.__init__()
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__
previous
skopt.callbacks.DeadlineStopper
next
skopt.callbacks.DeltaYStopper