Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
116
def
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
float
Method · 0.80
Tested by
no test coverage detected