Skip to content

Commit

Permalink
Set LSNTime to 100 ms
Browse files Browse the repository at this point in the history
This is a timeout compatible with very short TC of 5 sec/game.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
  • Loading branch information
mcostalba committed Jun 18, 2010
1 parent e551714 commit 7bc987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -236,7 +236,7 @@ namespace {

// Last seconds noise filtering (LSN)
const bool UseLSNFiltering = true;
const int LSNTime = 4000; // In milliseconds
const int LSNTime = 100; // In milliseconds
const Value LSNValue = value_from_centipawns(200);
bool loseOnTime = false;

Expand Down

0 comments on commit 7bc987f

Please sign in to comment.