mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user