deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.RobustTermination

deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.RobustTermination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.RobustTermination(termination, period=30)[source]#

Bases: Termination

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.