MCPcopy
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
100def 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_config0Function · 0.90
test_distributionsFunction · 0.90

Calls 1

floatMethod · 0.80

Tested by 2

test_vectorize_config0Function · 0.72
test_distributionsFunction · 0.72