File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Hongzhi Cheng
91
91
Ivan Ivec (IIvec)
92
92
Jacques B. (Timshel)
93
93
Jan Ondruš (hxim)
94
- Jared Kish (Kurtbusch)
94
+ Jared Kish (Kurtbusch, kurt22i )
95
95
Jarrod Torriero (DU-jdto)
96
96
Jean Gauthier (OuaisBla)
97
97
Jean-Francois Romang (jromang)
Original file line number Diff line number Diff line change @@ -1177,7 +1177,7 @@ namespace {
1177
1177
- 4433 ;
1178
1178
1179
1179
// Decrease/increase reduction for moves with a good/bad history (~30 Elo)
1180
- r -= ss->statScore / 13628 ;
1180
+ r -= ss->statScore / ( 13628 + 4000 * (depth > 7 && depth < 19 )) ;
1181
1181
1182
1182
// In general we want to cap the LMR depth search at newDepth, but when
1183
1183
// reduction is negative, we allow this move a limited search extension
You can’t perform that action at this time.
0 commit comments