ShortestPathLab / posthoc-app

Posthoc is a way to build simple and effective visualisations ✨ for sequential decision-making algorithms, such as search.
http://posthoc-app.pathfinding.ai/
28 stars 5 forks source link

Trace steps on goal/chosen branch #18

Open J-morag opened 11 months ago

J-morag commented 11 months ago

Hello,

Currently it seems that we can only run through the steps in expansion order. It would be useful to have the option of choosing to only run through the branch that lead to the goal. It may also be useful to do the same but for the branch that lead to some arbitrary node.