Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ hp_loguniform
Function
hp_loguniform
hyperopt/pyll_utils.py:100–101 ·
view source on GitHub ↗
(label, *args, **kwargs)
Source
from the content-addressed store, hash-verified
98
@validate_label
99
@validate_distribution_range
100
def
hp_loguniform(label, *args, **kwargs):
101
return
scope.float(scope.hyperopt_param(label, scope.loguniform(*args, **kwargs)))
102
103
104
@validate_label
Callers
2
test_vectorize_config0
Function · 0.90
test_distributions
Function · 0.90
Calls
1
float
Method · 0.80
Tested by
2
test_vectorize_config0
Function · 0.72
test_distributions
Function · 0.72