Skip to content

Commit

Permalink
fix major/minor comments
Browse files Browse the repository at this point in the history
bench 1283457
  • Loading branch information
xu-shawn committed Oct 24, 2024
1 parent 8769277 commit b775c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/movepick.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ using PawnHistory = Stats<int16_t, 8192, PAWN_HISTORY_SIZE, PIECE_NB, SQUARE_NB>
enum CorrHistType {
Pawn, // By color and pawn structure
Material, // By color and material configuration
Major, // By color and major piece (Queen, Rook) positions
Minor, // By color and minor piece (Knight, Bishop) positions
Major, // By color and positions of major pieces (Queen, Rook) and King
Minor, // By color and positions of minor pieces (Knight, Bishop) and King
NonPawn, // By color and non-pawn material positions
PieceTo, // By [piece][to] move
Continuation, // Combined history of move pairs
Expand Down

0 comments on commit b775c04

Please sign in to comment.