X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=4c0ad55172d15101466b53babba99c2b9ea90f08;hp=f080935afb14b9752af52ecbeb933af224c9bbfe;hb=c065abdcafe0486cb5cfa7de12a4ac6a905a54c5;hpb=84f3e867903f62480c33243dd0ecbffd342796fc diff --git a/src/movepick.h b/src/movepick.h index f080935a..4c0ad551 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -86,9 +86,9 @@ enum StatsType { NoCaptures, Captures }; /// the move's from and to squares, see www.chessprogramming.org/Butterfly_Boards typedef Stats ButterflyHistory; -/// At higher depths LowPlyHistory records successful quiet moves near the root and quiet -/// moves which are/were in the PV (ttPv) -/// It is cleared with each new search and filled during iterative deepening +/// At higher depths LowPlyHistory records successful quiet moves near the root +/// and quiet moves which are/were in the PV (ttPv). It is cleared with each new +/// search and filled during iterative deepening. constexpr int MAX_LPH = 4; typedef Stats LowPlyHistory;