Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-expansion events not displayed properly #55

Open
dharabor opened this issue Sep 29, 2024 · 2 comments
Open

Re-expansion events not displayed properly #55

dharabor opened this issue Sep 29, 2024 · 2 comments

Comments

@dharabor
Copy link
Member

dharabor commented Sep 29, 2024

I'm trying to visualise Anytime Weighted A*. The algorithm multiplies heuristic estimates by some factor w>=1. This allows it to make faster progress toward the goal but it can re-expand nodes, if it finds a better g-value. The search seems to be visualised correctly but the information about the re-expansion events is not available in the viewport (e.g., clicking on a node, I cannot see all the events associated with that node). I attach the trace for replication. Re-expansion occurs when the purple dot re-appears in the sea of yellow expansions.

@dharabor
Copy link
Member Author

test.trace.json

@spaaaacccee
Copy link
Member

Currently, Posthoc lets you see all the events for a node in the Graph view, but not the viewport. This is expected.
image

However, I do understand this could be inconvenient. We can add an entry to the menu for the Viewport:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants