deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.MixedVariableMating#
- class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.MixedVariableMating(selection=<pymoo.operators.selection.rnd.RandomSelection object>, crossover=None, mutation=None, repair=None, eliminate_duplicates=True, n_max_iterations=100, **kwargs)[source]#
Bases:
InfillCriterionMethods
do- __call__(problem, pop, n_offsprings, random_state=None, **kwargs)#
Call self as a function.