X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=6fdc6e77a1b22f2eccc9128d61a597ede0f23bde;hp=84bcc832fad496bce50ba8e13b38e870799f9ec6;hb=d3260ce70f6a17f9d43d199f0e07488888188f8b;hpb=71ba48c4ffa9574f4482f594210df9d3a6085361 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 84bcc832..6fdc6e77 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -118,7 +118,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["Randomness"] = Option(0, 0, 10); o["Minimum Split Depth"] = Option(4, 4, 7); o["Maximum Number of Threads per Split Point"] = Option(5, 4, 8); o["Threads"] = Option(1, 1, MAX_THREADS);