most-merge fixes

This commit is contained in:
Tomasz Sobczyk
2021-08-09 13:01:52 +02:00
parent 51b4e7bd6e
commit 368bd2e4f9
6 changed files with 11 additions and 26 deletions
@@ -434,10 +434,8 @@ namespace Stockfish::Tools
params.smart_fen_skipping = true;
else if (token == "set_recommended_uci_options")
{
UCI::setoption("Contempt", "0");
UCI::setoption("Skill Level", "20");
UCI::setoption("UCI_Chess960", "false");
UCI::setoption("UCI_AnalyseMode", "false");
UCI::setoption("UCI_LimitStrength", "false");
UCI::setoption("PruneAtShallowDepth", "false");
UCI::setoption("EnableTranspositionTable", "true");