X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.cpp;h=edd5cdb7c500a6e86166705c3eb47097db982fb1;hp=6fe222feb4dfe7bec169d177bbb4b985ff350bc7;hb=bc35f4c42d367ef080d54ae381d13ed35b4fbecf;hpb=436fa5c8fa5302f69a83ad28491702c5dc3d4af7 diff --git a/src/history.cpp b/src/history.cpp index 6fe222fe..edd5cdb7 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -64,7 +64,7 @@ void History::success(Piece p, Square to, Depth d) { if (history[p][to] >= HistoryMax) for (int i = 0; i < 16; i++) for (int j = 0; j < 64; j++) - history[i][j] /= 2; + history[i][j] /= 4; }