Skip to content

Commit

Permalink
Trying another variant
Browse files Browse the repository at this point in the history
bench: 4558046
  • Loading branch information
pb00068 committed Nov 7, 2019
1 parent ed6589a commit f2f17ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ namespace {

if (value >= raisedBeta)
return value;
if (realGoodCapture)
raisedBeta -= 40;
}
}

Expand Down

0 comments on commit f2f17ef

Please sign in to comment.