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

Jumping through the trace #15

Closed francisanthony17 closed 8 months ago

francisanthony17 commented 11 months ago

currently we are able to step through the search trace by moving to the next search operation or moving to the next expansion

proposal: We want to add an additional jumping mechanism to be able to do the following:

perhaps implement this by introducing alternative behaviors for the fast forward button.

francisanthony17 commented 11 months ago

8d8f94c

added a forward button breakpoint feature and user will be able to jump to the next distinct value by using the condition dropdown in the breakpoint editor where it compares the current step property value to the previous property step.

spaaaacccee commented 8 months ago

Thanks @francisanthony17

Since viewing solutions is a common use case, we should make it very easy to achieve this

Proposal

spaaaacccee commented 8 months ago

In 28d4b97, we introduced this feature.

image