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: 2015/07/06 #99

Closed jinnaiyuu closed 9 years ago

jinnaiyuu commented 9 years ago

1 . speedup instantiating actions naively list feasible predicates "before" instantiating actions. it will significantly reduce the assignment space.

jinnaiyuu commented 9 years ago

it is silly that jobs dying before search starts. the goal is to eliminate all death before the search. to do this, i first need to speedup instantiation, and then balance analysis.

jinnaiyuu commented 9 years ago

1 . speedup instantiating actions let's start from detecting static predicates.

jinnaiyuu commented 9 years ago

strangely dying domains: grid: used to work i guess rovers: used to work i guess storage: cannot find a plan

jinnaiyuu commented 9 years ago

storage: either/2 is not implemented. we can eliminate either/2 with dirty preprocessing.

jinnaiyuu commented 9 years ago

grid was solved in single thread run. not sure why not work on multithreaded environment. need to fix this later. but not the parser problem.

jinnaiyuu commented 9 years ago

rovers is not sure why dying.

jinnaiyuu commented 9 years ago

rovers has a strange action which effect is to both add and delete certain predicates. not sure what should be the result.

jinnaiyuu commented 9 years ago

grid, rovers, storage is solved in local environment. not sure what is wrong with grid.