From: Marco Costalba Date: Sat, 19 Dec 2009 09:43:12 +0000 (+0100) Subject: Fix a comment in HistoryMax description X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=c12364bb67741daff123c50770b1fd6923fa9530;ds=sidebyside Fix a comment in HistoryMax description Was obsoleted out some time ago. Spotted by Justin Blanchard Signed-off-by: Marco Costalba --- diff --git a/src/history.h b/src/history.h index 37a00266..5c394cc8 100644 --- a/src/history.h +++ b/src/history.h @@ -61,7 +61,7 @@ private: /// HistoryMax controls how often the history counters will be scaled down: /// When the history score for a move gets bigger than HistoryMax, all -/// entries in the table are divided by 2. It is difficult to guess what +/// entries in the table are divided by 4. It is difficult to guess what /// the ideal value of this constant is. Scaling down the scores often has /// the effect that parts of the search tree which have been searched /// recently have a bigger importance for move ordering than the moves which