Since you’re here...

... we have a small favour to ask. More people, like you, are reading and supporting our blog: "Chess Engines Diary". And unlike many other sites and blogs, we made the choice to keep our articles open for all, regardless of where they live or what they can afford to pay.

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.

============================== My email: jotes@go2.pl



Stockfish 17061704 - new version!



Stockfish, chess engine UCI
Leader rating list JCER = 3372
๐Ÿ”ฌ Author: Joost VandeVondele

More:
Timestamp: 1497666001 

Call TT.new_search() earlier. 

TT.new_search() was being called by mainThread in Thread::search(). However, mainThread is the last to start searching, and helper threads could reach a measured rootDepth 10 (on 64 cores) before mainThread increments the TT generation. Fixed by moving the call to MaintThread::search() before helper threads start searching. 

No functional change. 
Closes #1134 
 
⭐⭐⭐   Stockfish 17061704 - download


Comments