nathansttt / hog2

Pathfinding and search testbed/visualization suite. Current code is in PDB-refactor branch.
MIT License
111 stars 54 forks source link

Added ability to stop after finding solution to PIDA #73

Closed lior8 closed 9 months ago

lior8 commented 11 months ago

Per your request @nathansttt, here is the ParallelIDAstar with the added ability to stop once a solution is found, instead of trying to mimic the behavior of IDA* without parallelization. Note that this does not fix issue #71.