X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.cpp;h=caab2979d35075ad7e7da1962df3fb01f353e5fb;hb=f46c73040c16a078b884825c203feee6b0a8850b;hp=a642357e3c4904ea0ff5f6160325cd51d52b8b59;hpb=320fa1b2f082a7db67363e468e7e241d7cedcc64;p=stockfish diff --git a/src/evaluate.cpp b/src/evaluate.cpp index a642357e..caab2979 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -114,7 +114,7 @@ namespace { constexpr Value LazyThreshold1 = Value(1400); constexpr Value LazyThreshold2 = Value(1300); constexpr Value SpaceThreshold = Value(12222); - constexpr Value NNUEThreshold = Value(520); + constexpr Value NNUEThreshold = Value(575); // KingAttackWeights[PieceType] contains king attack weights by piece type constexpr int KingAttackWeights[PIECE_TYPE_NB] = { 0, 0, 81, 52, 44, 10 };