File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ namespace {
6666
6767 // Futility margin
6868 Value futility_margin (Depth d, bool improving) {
69- return Value (234 * (d - improving));
69+ return Value (231 * (d - improving));
7070 }
7171
7272 // Reductions lookup table, initialized at startup
@@ -844,7 +844,7 @@ namespace {
844844 && (ss-1 )->statScore < 24185
845845 && eval >= beta
846846 && eval >= ss->staticEval
847- && ss->staticEval >= beta - 24 * depth - 34 * improving + 162 * ss->ttPv + 159
847+ && ss->staticEval >= beta - 22 * depth - 34 * improving + 162 * ss->ttPv + 159
848848 && !excludedMove
849849 && pos.non_pawn_material (us)
850850 && (ss->ply >= thisThread->nmpMinPly || us != thisThread->nmpColor ))
@@ -1251,7 +1251,7 @@ namespace {
12511251 + (*contHist[0 ])[movedPiece][to_sq (move)]
12521252 + (*contHist[1 ])[movedPiece][to_sq (move)]
12531253 + (*contHist[3 ])[movedPiece][to_sq (move)]
1254- - 4741 ;
1254+ - 4791 ;
12551255
12561256 // Decrease/increase reduction by comparing opponent's stat score (~10 Elo)
12571257 if (ss->statScore >= -89 && (ss-1 )->statScore < -116 )
You can’t perform that action at this time.
0 commit comments