deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.MaximumFunctionCallTermination

deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.MaximumFunctionCallTermination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.MaximumFunctionCallTermination(n_max_evals=inf)[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.