X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=ae8345345ac73d85f6288a0eb89687b758ac1cbe;hp=df56307bc389880aee353cbc9aee14e4fba07c13;hb=b98bcf858ba0cac58d52b76eb1bea40e25adcaa1;hpb=3b1e64ab72cb2373b9e675ebcc8a1f7c94c71dfd diff --git a/src/history.h b/src/history.h index df56307b..ae834534 100644 --- a/src/history.h +++ b/src/history.h @@ -69,12 +69,8 @@ private: /// the effect that parts of the search tree which have been searched /// recently have a bigger importance for move ordering than the moves which /// have been searched a long time ago. -/// -/// Note that HistoryMax should probably be changed whenever the constant -/// OnePly in depth.h is changed. This is somewhat annoying. Perhaps it -/// would be better to scale down the history table at regular intervals? -const int HistoryMax = 50000; +const int HistoryMax = 25000 * OnePly; #endif // !defined(HISTORY_H_INCLUDED)