X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=f058ff0ee888fe8899ea0dcc70bd128dfe02ef8c;hb=791419aab529e714271ebc03d1d84ad4e7e9879a;hp=dc171c9ff5ba45143e66d5207f4fd9286e3b0a8b;hpb=7f97ba775ece910402108d7a7b11ce645185d300;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index dc171c9f..f058ff0e 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -119,7 +119,7 @@ using PieceToHistory = Stats; // (~63 elo) using ContinuationHistory = Stats; -// PawnStructureHistory is addressed by the pawn structure and a move's [piece][to] +// PawnHistory is addressed by the pawn structure and a move's [piece][to] using PawnHistory = Stats; // MovePicker class is used to pick one pseudo-legal move at a time from the