amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

Creating experience for Shashchess and strength of MCTS compared to A/B NNUE. #21

Closed magicianfromriga closed 3 years ago

magicianfromriga commented 3 years ago

Hi, I was wondering about creating my own experience file for ShashChess. How does one do this? Another question is regarding MCTS. How strong is MCTS compared to regular ShashChess? Also, what is the ideal number of full depth threads compared to regular ones? Thank you!

amchess commented 3 years ago

you can surely create an experience with mcts. MCTS has two version:

magicianfromriga commented 3 years ago

Hi, I play correspondence chess, so I use Shash Chess and BrainLearn mostly for hours on a Laptop i7(9750-h), with all the 12 threads. Is it possible for you to recommend a configuration for this that might maximise chances of winning games?

So using MCTS makes ShashChess weaker than regular engines like Stockfish? What will be the value add of using MCTS then? My considerations are mostly hours of deep analysis.