Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ cond_node
Function
cond_node
hyperopt/graph_viz.py:44–45 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
42
print(
'"%s" [ shape=box];'
% a, file=rval)
43
44
def
cond_node(a):
45
print(
'"%s" [ shape=ellipse];'
% a, file=rval)
46
47
def
edge(a, b):
48
text = f
'"{a}" -> "{b}";'
Callers
1
dot_hyperparameters
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected