-
Notifications
You must be signed in to change notification settings - Fork 7
Re-expansion events not displayed properly #55
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels