MCPcopy
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
106def 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_distributionsFunction · 0.90

Calls 1

floatMethod · 0.80

Tested by 1

test_distributionsFunction · 0.72