mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
First attempt at tweaking UnpairedPawnsTable[] values
Values by Joona. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-4
@@ -72,10 +72,7 @@ namespace {
|
|||||||
|
|
||||||
// UnpairedPawnsTable[] gives a score according to the number
|
// UnpairedPawnsTable[] gives a score according to the number
|
||||||
// of panws that do not have an enemy pawn in front of them.
|
// of panws that do not have an enemy pawn in front of them.
|
||||||
const int UnpairedPawnsTable[8] = {
|
const int UnpairedPawnsTable[8] = { 32, 48, 64, 80, 96, 112, 128, 128 };
|
||||||
SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL,
|
|
||||||
SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL
|
|
||||||
};
|
|
||||||
|
|
||||||
// Pawn storm tables for positions with opposite castling
|
// Pawn storm tables for positions with opposite castling
|
||||||
const int QStormTable[64] = {
|
const int QStormTable[64] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user