MCPcopy
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
82def 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_trivialFunction · 0.90
test_vectorize_simpleFunction · 0.90
test_vectorize_multipathFunction · 0.90
test_vectorize_config0Function · 0.90
test_distributionsFunction · 0.90

Calls 1

floatMethod · 0.80

Tested by 5

test_vectorize_trivialFunction · 0.72
test_vectorize_simpleFunction · 0.72
test_vectorize_multipathFunction · 0.72
test_vectorize_config0Function · 0.72
test_distributionsFunction · 0.72