igraph icon indicating copy to clipboard operation
igraph copied to clipboard

Add A* algorithm

Open gaborcsardi opened this issue 11 years ago • 3 comments

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.

  • date created: 2009-08-09T07:38:08Z
  • owner: gabor.csardi
  • the launchpad url was https://bugs.launchpad.net/bugs/410955

gaborcsardi avatar May 04 '13 18:05 gaborcsardi

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.

ALenfant avatar Jun 08 '13 00:06 ALenfant

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 avatar Jun 08 '13 11:06 ntamas

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[bot] avatar Jan 22 '20 13:01 stale[bot]