MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / index

Function index

scripts/visualizer.py:105–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104@app.route("/")
105def index():
106 return render_template("index.html", checkpoint_dir=checkpoint_dir)
107
108
109checkpoint_dir = None # Global variable to store the checkpoint directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected