Closed jinnaiyuu closed 9 years ago
Trace the order of expansion with naive hash funciton. Expected result is that it it has wider width than zobrist hashing so that it takes more search overhead.
Seems the width of the search has widen by naive hash.
It shows that the worse hash function widen the search band so that it suffer from more severe search overhead.
Trace the order of expansion with naive hash funciton. Expected result is that it it has wider width than zobrist hashing so that it takes more search overhead.