MCPcopy Create free account
hub / github.com/hyperopt/hyperopt / var_node

Function var_node

hyperopt/graph_viz.py:41–42  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

39 edges = set()
40
41 def var_node(a):
42 print('"%s" [ shape=box];' % a, file=rval)
43
44 def cond_node(a):
45 print('"%s" [ shape=ellipse];' % a, file=rval)

Callers 1

dot_hyperparametersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…