Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ hp_uniform
Function
hp_uniform
hyperopt/pyll_utils.py:82–83 ·
view source on GitHub ↗
(label, *args, **kwargs)
Source
from the content-addressed store, hash-verified
80
@validate_label
81
@validate_distribution_range
82
def
hp_uniform(label, *args, **kwargs):
83
return
scope.float(scope.hyperopt_param(label, scope.uniform(*args, **kwargs)))
84
85
86
@validate_label
Callers
5
test_vectorize_trivial
Function · 0.90
test_vectorize_simple
Function · 0.90
test_vectorize_multipath
Function · 0.90
test_vectorize_config0
Function · 0.90
test_distributions
Function · 0.90
Calls
1
float
Method · 0.80
Tested by
5
test_vectorize_trivial
Function · 0.72
test_vectorize_simple
Function · 0.72
test_vectorize_multipath
Function · 0.72
test_vectorize_config0
Function · 0.72
test_distributions
Function · 0.72