What would be the optimal TT size (given some constraints?)

Code, algorithms, languages, construction...
Post Reply
armand
Posts: 5
Joined: Sat Nov 06, 2010 8:25 am
Real Name: Armand

What would be the optimal TT size (given some constraints?)

Post by armand » Thu Nov 11, 2010 9:16 am

In my chess engine I have some language/platform limitations. I've been using a TT table in the past but it didn't work very well, now i want to re-implement it ...

Given that I can only have 32bit hashes, what would be the best TT size? I assume it depends on the search depth as well, which is in the 4-6 range.

Post Reply