X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=d533eed8c76d17172c10632c2c0cdada03a5a7a6;hp=177d29345fa38613143630e7a01564f4ce58039b;hb=5cffc032da8402df79cf6cba4238b83ff5d29f7e;hpb=2731bbaf6b4bed23abaae8de5c1fa9f373e30e57 diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 177d2934..d533eed8 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -210,7 +210,7 @@ namespace { // in KingDanger[]. Various little "meta-bonuses" measuring the strength // of the enemy attack are added up into an integer, which is used as an // index to KingDanger[]. - Score KingDanger[512]; + Score KingDanger[400]; // KingAttackWeights[PieceType] contains king attack weights by piece type const int KingAttackWeights[PIECE_TYPE_NB] = { 0, 0, 7, 5, 4, 1 };