deephyper.skopt.space

deephyper.skopt.space#

Utilities to define a search space.

Functions

check_dimension

Turn a provided dimension description into a dimension object.

Classes

Categorical

Search space dimension that can take on categorical values.

Dimension

Base class for search space dimensions.

Integer

Search space dimension that can take on integer values.

Real

Search space dimension that can take on any real value.

Space

Initialize a search space from given specifications.

space

Submodule for Skopt space definition.

transformers

Submodule of transformer (i.e., preprocessing pipelines) for Skopt.