X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhistory.cpp;h=3cda37061d6d55a201413736323d927b24514158;hb=e817a55bc6cc60b831f74ce5c180ec8b07c41d8a;hp=949ba316420d8dc5351e412e32f1e23b414b261a;hpb=2161d8b0b3df48db419a25e3bc626c21eb062d75;p=stockfish diff --git a/src/history.cpp b/src/history.cpp index 949ba316..3cda3706 100644 --- a/src/history.cpp +++ b/src/history.cpp @@ -61,7 +61,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] /= 4; + history[i][j] /= 2; }