X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=4fd125de25bc5e1740f774e2eff0e07a7871a05f;hp=8a7fcb8dc6f7f9d53367246dfd44562c7177de35;hb=53c04c0429c3e3d8988ec92dc949cc6c67919378;hpb=3cc47edf622b1d12a37b3637cae503d6862437c4 diff --git a/src/material.cpp b/src/material.cpp index 8a7fcb8d..4fd125de 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -39,14 +39,14 @@ namespace { const Value RedundantRook = Value(554); // pair pawn knight bishop rook queen - const int LinearCoefficients[6] = { 1817, -162, -1122, -190, 105, 26 }; + const int LinearCoefficients[6] = { 1852, -162, -1122, -183, 105, 26 }; const int QuadraticCoefficientsSameColor[][PIECE_TYPE_NB] = { // pair pawn knight bishop rook queen - { 7 }, // Bishop pair + { 0 }, // Bishop pair { 39, 2 }, // Pawn { 35, 271, -4 }, // Knight - { 7, 105, 4, 7 }, // Bishop + { 0, 105, 4, 0 }, // Bishop { -27, -2, 46, 100, 56 }, // Rook { 58, 29, 83, 148, -3, -25 } // Queen }; @@ -54,12 +54,12 @@ namespace { const int QuadraticCoefficientsOppositeColor[][PIECE_TYPE_NB] = { // THEIR PIECES // pair pawn knight bishop rook queen - { 41 }, // Bishop pair - { 37, 41 }, // Pawn - { 10, 62, 41 }, // Knight OUR PIECES - { 57, 64, 39, 41 }, // Bishop - { 50, 40, 23, -22, 41 }, // Rook - { 106, 101, 3, 151, 171, 41 } // Queen + { 0 }, // Bishop pair + { 37, 0 }, // Pawn + { 10, 62, 0 }, // Knight OUR PIECES + { 57, 64, 39, 0 }, // Bishop + { 50, 40, 23, -22, 0 }, // Rook + { 106, 101, 3, 151, 171, 0 } // Queen }; // Endgame evaluation and scaling functions accessed direcly and not through