jinnaiyuu / Hash-Distributed-Astar

Hash Distributed A*
https://sites.google.com/site/yuujinnaishomepage/home/parallel-search
MIT License
3 stars 1 forks source link

TODO: vector PBNF #47

Closed jinnaiyuu closed 9 years ago

jinnaiyuu commented 9 years ago

Implement PBNF with vector open list.

First need to understand the priority system of the code.

jinnaiyuu commented 9 years ago

It takes a while but pays off.

jinnaiyuu commented 9 years ago

done. Seems HDA* sped up reasonably but PBNF do not (for easy_instances).

Experiment going on for Korf's instance to compare.