X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fhistory.h;h=ddab6cd09f442b57e139d3e2e146c35711c75cc8;hb=22b8dc8c98156045c0e7987646c85503100b000b;hp=37a00266d263554556320bf6bae3d5e50ed1b9cc;hpb=2161d8b0b3df48db419a25e3bc626c21eb062d75;p=stockfish diff --git a/src/history.h b/src/history.h index 37a00266..ddab6cd0 100644 --- a/src/history.h +++ b/src/history.h @@ -67,7 +67,7 @@ private: /// recently have a bigger importance for move ordering than the moves which /// have been searched a long time ago. -const int HistoryMax = 25000 * OnePly; +const int HistoryMax = 50000 * OnePly; #endif // !defined(HISTORY_H_INCLUDED)