MCPcopy
hub / github.com/hyperopt/hyperopt / hp_normal

Function hp_normal

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

Source from the content-addressed store, hash-verified

109
110@validate_label
111def hp_normal(label, *args, **kwargs):
112 return scope.float(scope.hyperopt_param(label, scope.normal(*args, **kwargs)))
113
114
115@validate_label

Callers

nothing calls this directly

Calls 1

floatMethod · 0.80

Tested by

no test coverage detected