issues
search
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: Experiments for IJCAI
#59
Closed
jinnaiyuu
closed
9 years ago
jinnaiyuu
commented
9 years ago
Extra experiments may be needed for IJCAI.
Divided heap Divide open list to multiple heaps. It will reduce the size of heap so that the O(logn) would be smaller.
Extra instances Need more instances for each domain. Also we need bigger instances especially for 24 threads.
Extra domain We need more experiments to validate the result. One more extra domain with real cost would be nice.
jinnaiyuu
commented
9 years ago
Closed List Size Find the best size for HDA* 8 threads.
Double hash hypothesis Test the hypothesis that two different hash would make the closed list cache efficiency better.
Extra experiments may be needed for IJCAI.