deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.Integer#
- class deephyper.skopt.optimizer.acq_optimizer.pymoo_mixedga.Integer(value: object | None = None, bounds: Tuple[object | None, object | None] = (None, None), strict: Tuple[object | None, object | None] | None = None, **kwargs: Any)[source]#
Bases:
BoundedVariableClass for the representation of bounded, integer decision variables.
Methods
Attributes
- property lb: object#
Lower bound of the decision variable.
- Returns:
out – The decision variable lower bound.
- Return type:
- set(value: object) None#
Set the value of a decision variable.
- Parameters:
value (object) – Value to assign to the decision variable.