We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4e1cb commit 44f79bdCopy full SHA for 44f79bd
src/search.cpp
@@ -825,10 +825,10 @@ namespace {
825
// Step 9. Null move search with verification search (~40 Elo)
826
if ( !PvNode
827
&& (ss-1)->currentMove != MOVE_NULL
828
- && (ss-1)->statScore < 23405
+ && (ss-1)->statScore < 23397
829
&& eval >= beta
830
&& eval >= ss->staticEval
831
- && ss->staticEval >= beta - 32 * depth + 317 - improving * 30
+ && ss->staticEval >= beta - 32 * depth + 292 - improving * 30
832
&& !excludedMove
833
&& pos.non_pawn_material(us)
834
&& (ss->ply >= thisThread->nmpMinPly || us != thisThread->nmpColor))
0 commit comments