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