deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.DefaultMixedTermination

deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.DefaultMixedTermination#

class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.DefaultMixedTermination(f, n_max_gen=1000, n_max_evals=100000)[source]#

Bases: Termination

Pymoo custom termination criteria for mixed-integer problem.

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.