X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=e8137da085ecc7a5f3a14b8f2f437bcc0647de3e;hb=9d3ed9ed2ef97fda99183c1290fd4f51dac55180;hp=a9e76c452d9ae958603d7bc3efa7ca7dac8ce05c;hpb=06175c6055400dca1bbeef20956f35938046d104;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index a9e76c45..e8137da0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -175,8 +175,8 @@ void Search::init() { for (int d = 0; d < 16; ++d) { - FutilityMoveCounts[0][d] = int(2.4 + 0.773 * pow(d + 0.00, 1.8)); - FutilityMoveCounts[1][d] = int(2.9 + 1.045 * pow(d + 0.49, 1.8)); + FutilityMoveCounts[0][d] = int(2.4 + 0.74 * pow(d, 1.78)); + FutilityMoveCounts[1][d] = int(5.0 + 1.00 * pow(d, 2.00)); } }