deephyper.skopt.space.space.Dimension#
- class deephyper.skopt.space.space.Dimension[source]#
Bases:
object
Base class for search space dimensions.
Methods
Inverse transform samples from the warped space back into the original space.
Draw random samples.
set_transformer
Transform samples form the original space to a warped space.
Attributes
bounds
is_constant
name
prior
size
transformed_bounds
transformed_size
- inverse_transform(Xt)[source]#
Inverse transform samples from the warped space back into the original space.