X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=04f06759881605b5a677daac66b0d7aa08ef888b;hp=af568a37953799786ce4f15aec954cc18b817e2a;hb=977cd9520a70c902c703c6eed177fabb85f8a41e;hpb=a5a8830e97cbf8005d559029d273bdb13a341278 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index af568a37..04f06759 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -79,6 +79,7 @@ namespace { o["Use Search Log"] = Option(false); o["Search Log Filename"] = Option("SearchLog.txt"); o["Book File"] = Option("book.bin"); + o["Best Book Move"] = Option(false); o["Mobility (Middle Game)"] = Option(100, 0, 200); o["Mobility (Endgame)"] = Option(100, 0, 200); o["Pawn Structure (Middle Game)"] = Option(100, 0, 200); @@ -92,8 +93,8 @@ namespace { o["Check Extension (non-PV nodes)"] = Option(1, 0, 2); o["Single Evasion Extension (PV nodes)"] = Option(2, 0, 2); o["Single Evasion Extension (non-PV nodes)"] = Option(2, 0, 2); - o["Mate Threat Extension (PV nodes)"] = Option(0, 0, 2); - o["Mate Threat Extension (non-PV nodes)"] = Option(0, 0, 2); + o["Mate Threat Extension (PV nodes)"] = Option(2, 0, 2); + o["Mate Threat Extension (non-PV nodes)"] = Option(2, 0, 2); o["Pawn Push to 7th Extension (PV nodes)"] = Option(1, 0, 2); o["Pawn Push to 7th Extension (non-PV nodes)"] = Option(1, 0, 2); o["Passed Pawn Extension (PV nodes)"] = Option(1, 0, 2);