JonasStjerne / resilient-pathfinding

https://p7-xi.vercel.app
0 stars 0 forks source link

Pathfinding not altering route from 0-0.9 #109

Closed JonasStjerne closed 6 months ago

JonasStjerne commented 7 months ago

The pathfinding is correctly ignoring mu values when slider set to 1

Image

But from 0-0.9 risk value the path does not change. It would be expected that i would go through the higher mu values

Image

JonasStjerne commented 7 months ago

Also had this weird path

Image

Edit: fixed with using octile distance

JonasStjerne commented 7 months ago

Using v1 of the algorithm, notice how its not taking the optimal path

Image