skopt.callbacks.EarlyStopper¶
- 
class 
skopt.callbacks.EarlyStopper[source][source]¶ Decide to continue or not given the results so far.
The optimization procedure will be stopped if the callback returns True.
Methods
__call__(result)- Parameters
 
- 
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.