Stockfish, chess engine UCI
Rating JCER = 3401
🔬 Author: Joost VandeVondele
More:
Timestamp: 1507715270
Fix issue #1268
If the search is quit before skill.pick_best is called,
skill.best_move might be MOVE_NONE.
Ensure skill.best is always assigned anyhow.
Also retire the tricky best_move() and let the underlying
semantic to be clear and explicit.
No functional change.
⭐⭐⭐ Stockfish 17101111_VandeVondele - download
Rating JCER = 3401
🔬 Author: Joost VandeVondele
More:
Timestamp: 1507715270
Fix issue #1268
If the search is quit before skill.pick_best is called,
skill.best_move might be MOVE_NONE.
Ensure skill.best is always assigned anyhow.
Also retire the tricky best_move() and let the underlying
semantic to be clear and explicit.
No functional change.
⭐⭐⭐ Stockfish 17101111_VandeVondele - download
Comments
Post a Comment