X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.cpp;h=b16710588bbed14f4c1a5c7e61cc027b9188cf4c;hb=e33c94883fb1767a8aae29e8004d0621d296e33b;hp=8532e361e81a3429e30609762b7011c7dde3b7fc;hpb=20788783768ad5317eb1273bf0971f2e994635dd;p=stockfish diff --git a/src/material.cpp b/src/material.cpp index 8532e361..b1671058 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -47,8 +47,8 @@ namespace { { 7, 25, 4, 7, 7, 7 }, { -27, -2, 46, 100, 56, 7 }, { 58, 29, 83, 148, -3, -25 } }; const int QuadraticCoefficientsOppositeColor[][6] = { - { 0, 0, 0, 0, 0, 0 }, { -4, 0, 0, 0, 0, 0 }, { -31, 21, 0, 0, 0, 0 }, - { 16, 23, -2, 0, 0, 0 }, { 9, -1, -18, -63, 0, 0 }, { 65, 60, -38, 110, 130, 0 } }; + { 41, 41, 41, 41, 41, 41 }, { 37, 41, 41, 41, 41, 41 }, { 10, 62, 41, 41, 41, 41 }, + { 57, 64, 39, 41, 41, 41 }, { 50, 40, 23, -22, 41, 41 }, { 106, 101, 3, 151, 171, 41 } }; // Named endgame evaluation and scaling functions, these // are accessed direcly and not through the function maps.