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

Rjf/a star weight factor #198

Merged
merged 4 commits into from
Apr 30, 2024
Merged

Rjf/a star weight factor #198

merged 4 commits into from
Apr 30, 2024

Conversation

robfitzgerald
Copy link
Collaborator

This PR adds an optional argument for the a* algorithm. this allows the user to get dijkstra's algorithm:

[algorithm]
type = "a*"
weight_factor = 0.0

actually, config-wise, there is also a dijkstra algorithm now that is semantically equivalent:

[algorithm]
type = "dijkstra"

Closes #195.

@robfitzgerald robfitzgerald requested a review from nreinicke April 30, 2024 19:39
Copy link
Collaborator

@nreinicke nreinicke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent, thanks for adding that in!

@robfitzgerald robfitzgerald merged commit 78bcae3 into main Apr 30, 2024
5 checks passed
@robfitzgerald robfitzgerald deleted the rjf/a-star-weight-factor branch April 30, 2024 21:05
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

Successfully merging this pull request may close these issues.

A* Heuristic Weight Factor
2 participants