BimmerBass / Loki

C++17 chess engine
GNU General Public License v3.0
9 stars 2 forks source link

TT searches more nodes #14

Closed BimmerBass closed 3 years ago

BimmerBass commented 3 years ago

I am doing a search and evaluation re-work (in the search-eval-rework branch), and when I add the transposition table to test its performance against a version without it, it searches significantly more nodes while time-to-depth is increased.

I have checked with the debugger that cutoffs do happen and that the tt moves get sorted highest, so right now I'm at a loss as to how the table decreases performance...