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
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
Post a Comment