]> git.sesse.net Git - stockfish/commitdiff
Fix a comment in HistoryMax description
authorMarco Costalba <mcostalba@gmail.com>
Sat, 19 Dec 2009 09:43:12 +0000 (10:43 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 19 Dec 2009 09:43:12 +0000 (10:43 +0100)
Was obsoleted out some time ago.

Spotted by Justin Blanchard

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/history.h

index 37a00266d263554556320bf6bae3d5e50ed1b9cc..5c394cc8f17e2ed75f043ba01b0251e607127222 100644 (file)
@@ -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