syzygy1 / tb

GNU General Public License v2.0
229 stars 53 forks source link

how to speed up syzygy and stockfish #4

Closed enricoT closed 9 years ago

enricoT commented 10 years ago

to speed up the reading of the TB, I copy the entire database into RAM (5men), as syzygy does not guarantee the shortest way to victory, I would like to save in the syzygy TB, only the positions that are won with more than 3 moves, making the number a variable, since, if the hardware is more powerful raises the bar, or just to make tests, is this idea reasonable according with database structure?

thanks you!