X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=dc1effa856f50c2d29de6c9dd3040913b68ee9f7;hp=9f1447e19944c42064998321af595af437292471;hb=285df57a9ae6e86bc957a4f43d74fb05fc8998d6;hpb=806c1d87233a98d52db16e4633b92884ce68fee9 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 9f1447e1..dc1effa8 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -116,8 +116,6 @@ namespace { o["Passed Pawn Extension (non-PV nodes)"] = Option(0, 0, 2); o["Pawn Endgame Extension (PV nodes)"] = Option(2, 0, 2); o["Pawn Endgame Extension (non-PV nodes)"] = Option(2, 0, 2); - o["Full Depth Moves (PV nodes)"] = Option(10, 1, 100); - o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100); o["Threat Depth"] = Option(5, 0, 100); o["Randomness"] = Option(0, 0, 10); o["Minimum Split Depth"] = Option(4, 4, 7);