Welcome to the SimpleAI execution web viewer
On the top bar you have links to control the execution of the algorithm, and links to switch between the graph view, the log view, the stats view, and this help view. You can also press following keys to control execution: [e] Play, [enter] Step, [p] Pause and [q] Stop running.
On the bottom bar you have information about the current step (hover with your mouse over it to see more details).
You can also zoom and pan on the graph view using your mouse wheel and buttons. To restore to the original zoom, click again on the "Graph" link.
The colors of the nodes on the graph have special meanings:
Blue border, white background: nodes that are currently part of the fringe (waiting to be visited).
Blue border, blue background: current node, being analyzed or expanded.
Orange border, white background: newly created nodes, after expanding a parent node.
Black border, green background: the solution node (goal for traditional search, or best node for local search).
Black border, white background: the rest of the nodes kept in memory, needed to keep the search tree from the fringe to the initial node.
Happy debugging!
{{event.name}}:
{{event.description}}
{{stat.name}}:
{{stat.value}}