Skip to content

Commit

Permalink
Revert NMP
Browse files Browse the repository at this point in the history
bench: 4474200
  • Loading branch information
ianfab committed Oct 19, 2020
1 parent 369c55f commit a20c8b1
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 @@ -893,7 +893,7 @@ namespace {
&& (ss-1)->statScore < 22977
&& eval >= beta
&& eval >= ss->staticEval
&& ss->staticEval >= beta - 30 * depth - 28 * improving + 84 * ss->ttPv + 182
&& ss->staticEval >= beta - 30 * depth - 28 * improving + 84 * ss->ttPv + 382
&& !excludedMove
&& pos.non_pawn_material(us)
&& pos.count<ALL_PIECES>(~us) != pos.count<PAWN>(~us)
Expand Down

0 comments on commit a20c8b1

Please sign in to comment.