]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Use 64 bits for debug counters
[stockfish] / src / ucioption.cpp
index 9ce958977d41ea14d2d8d9854937d987adcdcc24..25fbe956fc4ab46bcf61eec065cfb2d8e65a63e6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
   Copyright (C) 2004-2008 Tord Romstad (Glaurung author)
-  Copyright (C) 2008 Marco Costalba
+  Copyright (C) 2008-2009 Marco Costalba
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -127,7 +127,7 @@ namespace {
     o["Threat Depth"] = Option(5, 0, 100);
     o["Futility Pruning (Main Search)"] = Option(true);
     o["Futility Pruning (Quiescence Search)"] = Option(true);
-    o["LSN filtering"] = Option(false);
+    o["LSN filtering"] = Option(true);
     o["LSN Time Margin (sec)"] = Option(4, 1, 10);
     o["LSN Value Margin"] = Option(200, 100, 600);
     o["Randomness"] = Option(0, 0, 10);