Skip to content

Commit

Permalink
bench: 1510369
Browse files Browse the repository at this point in the history
bench: 1510369
  • Loading branch information
FauziAkram authored Oct 18, 2024
1 parent 6e519eb commit d6fe487
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/movepick.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ using PawnHistory = Stats<int16_t, 8192, PAWN_HISTORY_SIZE, PIECE_NB, SQUARE_NB>
using PawnCorrectionHistory =
Stats<int16_t, CORRECTION_HISTORY_LIMIT, COLOR_NB, CORRECTION_HISTORY_SIZE>;

// MaterialCorrectionHistory is addressed by color and material configuration
using MaterialCorrectionHistory =
Stats<int16_t, CORRECTION_HISTORY_LIMIT, COLOR_NB, CORRECTION_HISTORY_SIZE>;

// MajorPieceCorrectionHistory is addressed by color and king/major piece (Queen, Rook) positions
using MajorPieceCorrectionHistory =
Stats<int16_t, CORRECTION_HISTORY_LIMIT, COLOR_NB, CORRECTION_HISTORY_SIZE>;
Expand Down

0 comments on commit d6fe487

Please sign in to comment.