projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a128faf
)
Set LSNTime to 100 ms
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 12 Jun 2010 09:29:50 +0000 (10:29 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 12 Jun 2010 09:29:50 +0000 (10:29 +0100)
This is a timeout compatible with very short TC of 5 sec/game.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
43b850b
..
4c90db5
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-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;