Stockfish 1.8 beta 1

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-06-24 17:56:45 +01:00
parent d9a8dd0f7a
commit 726df58131
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ namespace {
const Value EasyMoveMargin = Value(0x200);
// Last seconds noise filtering (LSN)
const bool UseLSNFiltering = true;
const bool UseLSNFiltering = false;
const int LSNTime = 100; // In milliseconds
const Value LSNValue = value_from_centipawns(200);
bool loseOnTime = false;