mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
First attempt at tweaking UnpairedPawnsTable[] values
Values by Joona. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
6b7efa0cd1
commit
fc89dbcab2
1 changed files with 1 additions and 4 deletions
|
@ -72,10 +72,7 @@ namespace {
|
|||
|
||||
// UnpairedPawnsTable[] gives a score according to the number
|
||||
// of panws that do not have an enemy pawn in front of them.
|
||||
const int UnpairedPawnsTable[8] = {
|
||||
SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL,
|
||||
SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL, SCALE_FACTOR_NORMAL
|
||||
};
|
||||
const int UnpairedPawnsTable[8] = { 32, 48, 64, 80, 96, 112, 128, 128 };
|
||||
|
||||
// Pawn storm tables for positions with opposite castling
|
||||
const int QStormTable[64] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue