aboutsummaryrefslogtreecommitdiff
path: root/src/evaluate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/evaluate.cpp')
-rw-r--r--src/evaluate.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/evaluate.cpp b/src/evaluate.cpp
index 7db6734..887f539 100644
--- a/src/evaluate.cpp
+++ b/src/evaluate.cpp
@@ -1,6 +1,5 @@
#include "evaluate.hpp"
#include "board/board.hpp"
-#include "moves.hpp"
#include <array>
#include <cassert>
#include <cstddef>
@@ -8,11 +7,10 @@
#include <iostream>
constexpr int PAWN_VALUE = 100;
-constexpr int KNIGHT_VALUE = 320;
-constexpr int BISHOP_VALUE = 400;
+constexpr int KNIGHT_VALUE = 300;
+constexpr int BISHOP_VALUE = 320;
constexpr int ROOK_VALUE = 500;
constexpr int QUEEN_VALUE = 900;
-constexpr int MATE = 10000;
static std::array<int, 64> PAWN_TABLE = {
0, 0, 0, 0, 0, 0, 0, 0, // last rank promotes to a quuen