MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / hp_qnormal

Function hp_qnormal

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

Source from the content-addressed store, hash-verified

114
115@validate_label
116def hp_qnormal(label, *args, **kwargs):
117 return scope.float(scope.hyperopt_param(label, scope.qnormal(*args, **kwargs)))
118
119
120@validate_label

Callers

nothing calls this directly

Calls 1

floatMethod · 0.80

Tested by

no test coverage detected