Jumper icon indicating copy to clipboard operation
Jumper copied to clipboard

New Search Algorithm : Trace Pathfinder

Open Yonaba opened this issue 10 years ago • 1 comments

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.

Yonaba avatar Jun 04 '14 08:06 Yonaba

+1

saschagehlich avatar Jun 30 '14 16:06 saschagehlich