X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=polyglot.ini;h=86c8c7cafe9c7bca0313cc8e3ced93a420b7cadc;hp=4d1684a5045cca7e56b444abb082399bae79ebe7;hb=70b1b79264b2a160f72dd2aa92c2f80045e4cd83;hpb=d13e4c16c28048a612375b683c58cc0737d08f67 diff --git a/polyglot.ini b/polyglot.ini index 4d1684a5..86c8c7ca 100644 --- a/polyglot.ini +++ b/polyglot.ini @@ -1,63 +1,43 @@ - -[PolyGlot] - -EngineDir = . -EngineCommand = ./stockfish - -Book = false -BookFile = book.bin - -Log = true -LogFile = stockfish.log - -Resign = true -ResignScore = 600 - -[Engine] - -Hash = 128 -Threads = 1 -OwnBook = false -Book File = book.bin -Use Search Log = false -Mobility (Middle Game) = 100 -Mobility (Endgame) = 100 -Pawn Structure (Middle Game) = 100 -Pawn Structure (Endgame) = 100 -Passed Pawns (Middle Game) = 100 -Passed Pawns (Endgame) = 100 -Aggressiveness = 100 -Cowardice = 100 -King Safety Curve = Quadratic -Quadratic = Linear -King Safety Coefficient = 40 -King Safety X Intercept = 0 -King Safety Max Slope = 30 -King Safety Max Value = 500 -Queen Contact Check Bonus = 3 -Queen Check Bonus = 2 -Rook Check Bonus = 1 -Bishop Check Bonus = 1 -Knight Check Bonus = 1 -Discovered Check Bonus = 3 -Mate Threat Bonus = 3 -Check Extension (PV nodes) = 2 -Check Extension (non-PV nodes) = 1 -Single Reply Extension (PV nodes) = 2 -Single Reply Extension (non-PV nodes) = 2 -Mate Threat Extension (PV nodes) = 0 -Mate Threat Extension (non-PV nodes) = 0 -Pawn Push to 7th Extension (PV nodes) = 1 -Pawn Push to 7th Extension (non-PV nodes) = 1 -Passed Pawn Extension (PV nodes) = 1 -Passed Pawn Extension (non-PV nodes) = 0 -Pawn Endgame Extension (PV nodes) = 2 -Pawn Endgame Extension (non-PV nodes) = 2 -Full Depth Moves (PV nodes) = 14 -Full Depth Moves (non-PV nodes) = 3 -Threat Depth = 5 -Futility Pruning (Main Search) = true -Futility Pruning (Quiescence Search) = true -Randomness = 0 -Minimum Split Depth = 4 -Maximum Number of Threads per Split Point = 5 +[PolyGlot] + +EngineDir = . +EngineCommand = ./stockfish + +Book = false +BookFile = book.bin + +Log = false +LogFile = stockfish.log + +Resign = true +ResignScore = 600 + +[Engine] + +Use Search Log = false +Search Log Filename = SearchLog.txt +Book File = book.bin +Best Book Move = false +Contempt Factor = 0 +Mobility (Middle Game) = 100 +Mobility (Endgame) = 100 +Passed Pawns (Middle Game) = 100 +Passed Pawns (Endgame) = 100 +Space = 100 +Aggressiveness = 100 +Cowardice = 100 +Min Split Depth = 4 +Max Threads per Split Point = 5 +Threads = 1 +Use Sleeping Threads = true +Hash = 128 +Ponder = true +OwnBook = false +MultiPV = 1 +Skill Level = 20 +Emergency Move Horizon = 40 +Emergency Base Time = 200 +Emergency Move Time = 70 +Minimum Thinking Time = 20 +UCI_Chess960 = false +UCI_AnalyseMode = false