Skip to content

ShashChess 20.2

Compare
Choose a tag to compare
@amchess amchess released this 17 Jan 12:38
· 131 commits to master since this release

ShashChess 20.2
Refactored MCTS (thanks to Norman Schmidt https://github.com/FireFather/stockfish-plus/tree/master/src )
More refined MCTS
Fix on learning
Stockfish patch
Author: Rui Coelho
Date: Thu Jan 13 22:25:01 2022 +0100
Timestamp: 1642109101

Use complexity in search

This patch uses the complexity measure (from #3875) as a heuristic for null move pruning.
Hopefully, there may be room to use it in other pruning techniques.
I would like to thank vondele and locutus2 for the feedback and suggestions during testing.