X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=33c65670ffe10afd9c738b1ddf5ac4e9f95f687c;hp=15188712e891f041d1c29fb86071191b42135724;hb=c769d4df84f0d4f6290956250c28460b66d95eeb;hpb=03a9b3bd8d79e1677f1c74cf7d8f8036795675c6 diff --git a/src/movepick.cpp b/src/movepick.cpp index 15188712..33c65670 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -123,7 +123,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, Value th, const CapturePiece /// score() assigns a numerical value to each move in a list, used for sorting. /// Captures are ordered by Most Valuable Victim (MVV), preferring captures -/// near our home rank. Quiets are ordered using the histories. +/// with a good history. Quiets are ordered using the histories. template void MovePicker::score() {