Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ hp_qloguniform
Function
hp_qloguniform
hyperopt/pyll_utils.py:106–107 ·
view source on GitHub ↗
(label, *args, **kwargs)
Source
from the content-addressed store, hash-verified
104
@validate_label
105
@validate_distribution_range
106
def
hp_qloguniform(label, *args, **kwargs):
107
return
scope.float(scope.hyperopt_param(label, scope.qloguniform(*args, **kwargs)))
108
109
110
@validate_label
Callers
1
test_distributions
Function · 0.90
Calls
1
float
Method · 0.80
Tested by
1
test_distributions
Function · 0.72