deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.Termination

deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.Termination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.Termination[source]#

Bases: object

Methods

do_continue

has_terminated

terminate

update

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

update(algorithm)[source]#

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.