deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.SingleObjectiveSpaceTermination

deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.SingleObjectiveSpaceTermination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.SingleObjectiveSpaceTermination(tol=1e-06, only_feas=True, **kwargs)[source]#

Bases: DeltaToleranceTermination

Methods

do_continue

has_terminated

terminate

update

Provide the termination criterion a current status of the algorithm to update the perc.

update(algorithm)#

Provide the termination criterion a current status of the algorithm to update the perc.

Parameters:

algorithm (object) – The algorithm object which is used to determine whether a run has terminated.