We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8846f commit 391b6f3Copy full SHA for 391b6f3
movepick.cpp
@@ -3,6 +3,7 @@
3
#include <position.h>
4
#include <algorithm>
5
using namespace chess;
6
+using engine::eval::piece_value;
7
namespace engine::movepick {
8
Value historyHeuristic[SQUARE_NB][SQUARE_NB]{};
9
Move killerMoves[64][2];
0 commit comments