Skip to content

Commit 5b33054

Browse files
authored
Update movepick.cpp
1 parent 391b6f3 commit 5b33054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

movepick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace chess;
66
using engine::eval::piece_value;
77
namespace engine::movepick {
88
Value historyHeuristic[SQUARE_NB][SQUARE_NB]{};
9-
Move killerMoves[64][2];
9+
Move killerMoves[256][2];
1010
void orderMoves(chess::Board & board, chess::Movelist & moves, chess::Move ttMove, int ply)
1111
{
1212
std::vector<std::pair<chess::Move, Value>> scoredMoves;

0 commit comments

Comments
 (0)