X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqt.cpp;h=4703da35c8b754d237b47d562c44c7747127751f;hp=363a86016301771dbaf2c382db5f55e6600055ce;hb=995ccd2f51d32415d5ef6a674554ffb7fc5125d5;hpb=8a9c298deeee372251d95c867f877a7ac3a7c3fb diff --git a/src/psqt.cpp b/src/psqt.cpp index 363a8601..4703da35 100644 --- a/src/psqt.cpp +++ b/src/psqt.cpp @@ -2,7 +2,7 @@ Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad - Copyright (C) 2015-2018 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad + Copyright (C) 2015-2019 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -77,14 +77,14 @@ constexpr Score Bonus[][RANK_NB][int(FILE_NB) / 2] = { { S(-25, 6), S(-18, 4), S(-11, 6), S( 2, 2) } }, { // Queen - { S( 0,-71), S(-4,-56), S(-3,-42), S(-1,-29) }, - { S(-4,-56), S( 6,-30), S( 9,-21), S( 8, -5) }, - { S(-2,-39), S( 6,-17), S( 9, -8), S( 9, 5) }, - { S(-1,-29), S( 8, -5), S(10, 9), S( 7, 19) }, - { S(-3,-27), S( 9, -5), S( 8, 10), S( 7, 21) }, - { S(-2,-40), S( 6,-16), S( 8,-10), S(10, 3) }, - { S(-2,-55), S( 7,-30), S( 7,-21), S( 6, -6) }, - { S(-1,-74), S(-4,-55), S(-1,-43), S( 0,-30) } + { S( 3,-69), S(-5,-57), S(-5,-47), S( 4,-26) }, + { S( -3,-55), S( 5,-31), S( 8,-22), S(12, -4) }, + { S( -3,-39), S( 6,-18), S(13, -9), S( 7, 3) }, + { S( 4,-23), S( 5, -3), S( 9, 13), S( 8, 24) }, + { S( 0,-29), S(14, -6), S(12, 9), S( 5, 21) }, + { S( -4,-38), S(10,-18), S( 6,-12), S( 8, 1) }, + { S( -5,-50), S( 6,-27), S(10,-24), S( 8, -8) }, + { S( -2,-75), S(-2,-52), S( 1,-43), S(-2,-36) } }, { // King { S(272, 0), S(325, 41), S(273, 80), S(190, 93) },