We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec8945 commit 81e825aCopy full SHA for 81e825a
2 files changed
AUTHORS
@@ -89,7 +89,7 @@ Hongzhi Cheng
89
Ivan Ivec (IIvec)
90
Jacques B. (Timshel)
91
Jan Ondruš (hxim)
92
-Jared Kish (Kurtbusch)
+Jared Kish (Kurtbusch, kurt22i)
93
Jarrod Torriero (DU-jdto)
94
Jean Gauthier (OuaisBla)
95
Jean-Francois Romang (jromang)
src/search.cpp
@@ -1177,7 +1177,7 @@ namespace {
1177
- 4433;
1178
1179
// Decrease/increase reduction for moves with a good/bad history (~30 Elo)
1180
- r -= ss->statScore / 13628;
+ r -= ss->statScore / (13628 + 4000 * (depth > 7 && depth < 19));
1181
1182
// In general we want to cap the LMR depth search at newDepth, but when
1183
// reduction is negative, we allow this move a limited search extension
0 commit comments