Closed jinnaiyuu closed 9 years ago
Implementing a function getSize() for the open list. Might be a big function to implement.
Implemented getsize() method for open list.
Seems there IS a positive relationship between the size of the open list and the order of the node expansion.
Is the open list constantly unbalanced toward the "slowest" thread?
If true, outsourcing would make things better. Also there are a chance for the improvement in hash function.
This issue is related to the hash function tightly.
Implemented the trace of the size of open lists.
Looks awesome. Seems there are some inequality in the number of nodes.
If there were a unbalance in each thread, there would be an unevenness in the size of the open list.