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

New Search Algorithm : Trace Pathfinder #26

Open
Yonaba opened this issue Jun 4, 2014 · 1 comment
Open

New Search Algorithm : Trace Pathfinder #26

Yonaba opened this issue Jun 4, 2014 · 1 comment

Comments

@Yonaba
Copy link
Owner

Yonaba commented Jun 4, 2014

Custom search algorithm, cooked by @rafaelcastrocouto.
See here

img

  • It performs better than Astar on some cases
  • Already uses binary heaps (two heap internally)
  • When expanding from a node, it gives priority to node have a few neighbors.
  • Produces more natural paths.

Might require more tests, but would be a nice addendum to Jumper.

@saschagehlich
Copy link
Contributor

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants