Skip to content

Commit

Permalink
360 / 220
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Aug 6, 2019
1 parent c53605f commit d5441c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ namespace {
&& (ss-1)->currentMove != MOVE_NULL
&& (ss-1)->statScore < 22661
&& eval >= beta
&& ss->staticEval >= beta - (400 * depth) / thisThread->rootDepth + 290
&& ss->staticEval >= beta - (360 * depth) / thisThread->rootDepth + 220
&& !excludedMove
&& pos.non_pawn_material(us)
&& (ss->ply >= thisThread->nmpMinPly || us != thisThread->nmpColor))
Expand Down

0 comments on commit d5441c3

Please sign in to comment.