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

Add A* algorithm #403

Closed
gaborcsardi opened this issue May 4, 2013 · 3 comments · Fixed by #2240
Closed

Add A* algorithm #403

gaborcsardi opened this issue May 4, 2013 · 3 comments · Fixed by #2240
Assignees
Labels
wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it!

Comments

@gaborcsardi
Copy link
Contributor

gaborcsardi commented May 4, 2013

Should be pretty easy. The A* (A star) shortest path algorithm achieved superior performance by using an estimate of the distance to the given target node.

https://en.wikipedia.org/wiki/A*_search_algorithm


Imported from Launchpad using lp2gh.

@ALenfant
Copy link

ALenfant commented Jun 8, 2013

I'd be interested to have access to A* in igraph.
I'll try to develop it in Python next week, if it works maybe it could be integrated in the wrapper? One developed in C would be faster though.

@ntamas
Copy link
Member

ntamas commented Jun 8, 2013

If you have a working Python version (or will have), please share it with us. If it's mature enough, I can add it to the Python interface for the next release - or, if we decide to create a version in C, we could use it to cross-validate our solution.

@ntamas ntamas removed the New label Jul 9, 2018
@stale
Copy link

stale bot commented Jan 22, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Issues that have been inactive for a long time; will be closed in the absence of further activity label Jan 22, 2020
@stale stale bot closed this as completed Feb 5, 2020
@szhorvat szhorvat added the wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it! label Feb 5, 2020
@szhorvat szhorvat reopened this Feb 5, 2020
@stale stale bot removed the stale Issues that have been inactive for a long time; will be closed in the absence of further activity label Feb 5, 2020
@GroteGnoom GroteGnoom self-assigned this Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants