X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fhistory.h;h=5c394cc8f17e2ed75f043ba01b0251e607127222;hp=37a00266d263554556320bf6bae3d5e50ed1b9cc;hb=c12364bb67741daff123c50770b1fd6923fa9530;hpb=2161d8b0b3df48db419a25e3bc626c21eb062d75 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