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__(self, result)

Parameters

__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.