MCPcopy
hub / github.com/hyperopt/hyperopt / hp_lognormal

Function hp_lognormal

hyperopt/pyll_utils.py:121–122  ·  view source on GitHub ↗
(label, *args, **kwargs)

Source from the content-addressed store, hash-verified

119
120@validate_label
121def hp_lognormal(label, *args, **kwargs):
122 return scope.float(scope.hyperopt_param(label, scope.lognormal(*args, **kwargs)))
123
124
125@validate_label

Callers

nothing calls this directly

Calls 1

floatMethod · 0.80

Tested by

no test coverage detected