Skip to content

Commit

Permalink
no updates
Browse files Browse the repository at this point in the history
bench 1415522
  • Loading branch information
xu-shawn committed May 21, 2024
1 parent c86ec8e commit 662fe30
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1080,12 +1080,7 @@ Value Search::Worker::search(
// we assume this expected cut-node is not singular (multiple moves fail high),
// and we can prune the whole subtree by returning a softbound.
else if (singularBeta >= beta)
{
if (!ttCapture)
update_quiet_histories(pos, ss, *this, ttMove, -stat_malus(depth));

return singularBeta;
}

// Negative extensions
// If other moves failed high over (ttValue - margin) without the ttMove on a reduced search,
Expand Down

0 comments on commit 662fe30

Please sign in to comment.