Skip to content

Commit

Permalink
80%
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Feb 3, 2024
1 parent 9a4679b commit 1aa3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx/Search/IDDFS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ private int CheckPonderHit(ref SearchResult? lastSearchResult, int depth)
{
for (int j = 0; j < _quietHistory[i].Length; j++)
{
_quietHistory[i][j] = _quietHistory[i][j] * 1 / 10;
_quietHistory[i][j] = _quietHistory[i][j] * 8 / 10;
}
}

Expand Down

0 comments on commit 1aa3cd1

Please sign in to comment.