]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Integrate syzygy in automated testing (v2).
[stockfish] / src / types.h
index 2cf52ef123ef9694d9aca8772ed4b9f0183295b8..2fb8fe7ba9e1a250fd5a2a7e92a929d8346824f4 100644 (file)
@@ -187,7 +187,7 @@ enum Value : int {
   KnightValueMg = 764,   KnightValueEg = 848,
   BishopValueMg = 826,   BishopValueEg = 891,
   RookValueMg   = 1282,  RookValueEg   = 1373,
-  QueenValueMg  = 2526,  QueenValueEg  = 2646,
+  QueenValueMg  = 2500,  QueenValueEg  = 2670,
 
   MidgameLimit  = 15258, EndgameLimit  = 3915
 };