mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Set LSNTime to 100 ms
This is a timeout compatible with very short TC of 5 sec/game. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ namespace {
|
|||||||
|
|
||||||
// Last seconds noise filtering (LSN)
|
// Last seconds noise filtering (LSN)
|
||||||
const bool UseLSNFiltering = true;
|
const bool UseLSNFiltering = true;
|
||||||
const int LSNTime = 4000; // In milliseconds
|
const int LSNTime = 100; // In milliseconds
|
||||||
const Value LSNValue = value_from_centipawns(200);
|
const Value LSNValue = value_from_centipawns(200);
|
||||||
bool loseOnTime = false;
|
bool loseOnTime = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user