skopt.callbacks.EarlyStopper#

class skopt.callbacks.EarlyStopper[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)

__init__(*args, **kwargs)#