deephyper.skopt.optimizer.acq_optimizer.pymoo_ga.DefaultSingleObjectiveTermination

deephyper.skopt.optimizer.acq_optimizer.pymoo_ga.DefaultSingleObjectiveTermination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_ga.DefaultSingleObjectiveTermination(xtol=1e-08, cvtol=1e-08, ftol=1e-06, period=30, **kwargs)[source]#

Bases: DefaultTermination

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.