-
Notifications
You must be signed in to change notification settings - Fork 187
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
Turn penalties #11
Comments
Also, just to add - I'm currently adding weights to nodes rather than edges - is this acceptable to do, using |
related: #2, still no response :( |
Looking at the PR I linked above, it seems as though we'd need to access |
I've made a PR to expose the parent node to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I'm using this library to draw a network graph on top of a grid, and I was wondering if you could suggest how to best implement a "turn penalty", to avoid a stair-casing effect, using the
distance
andheuristic
functions.Thanks!
The text was updated successfully, but these errors were encountered: