Since you’re here...

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 17090510_syzygy - new version!

Stockfish, chess engine UCI

Rating JCER = 3427
🔬 Author: syzygy

More:
Timestamp: 1504601830 
Small simplication of see_ge() 

Two simplifications: 
- Remove the initialisation to 0 of occupied, which is now unnecessary. 
- Remove the initial check for nextVictim == KING 

If nextVictim == KING, then PieceValue[MG][nextVictim] will be 0, so that balance >= threshold is true. So see_ge() returns true anyway. 

No functional change. 

⭐⭐⭐   Stockfish 17090510_syzygy - download

Comments