We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2e240 commit 87018d5Copy full SHA for 87018d5
movepick.h
@@ -2,4 +2,6 @@
2
#include <fwd_decl.h>
3
namespace engine::movepick {
4
void orderMoves(chess::Board &, chess::Movelist &, chess::Move, int);
5
-}
+ extern Value historyHeuristic[64][64]{};
6
+ extern Move killerMoves[256][2];
7
+}
0 commit comments