Skip to content

Commit

Permalink
bench: 1478189
Browse files Browse the repository at this point in the history
bench: 1478189
  • Loading branch information
FauziAkram authored Feb 5, 2024
1 parent ededadc commit a2c5701
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 @@ -794,7 +794,7 @@ Value Search::Worker::search(

// Do verification search at high depths, with null move pruning disabled
// until ply exceeds nmpMinPly.
thisThread->nmpMinPly = ss->ply + 3 * (depth - R) / 4;
thisThread->nmpMinPly = ss->ply + depth - R;

Value v = search<NonPV>(pos, ss, beta - 1, beta, depth - R, false);

Expand Down

0 comments on commit a2c5701

Please sign in to comment.