]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Use CLOP mean value instead of max
[stockfish] / src / evaluate.cpp
index 56bcbc683e521232ba24a016d8d19e8f1759689a..4642b34f4f63b681d5859229b86a67b0fc478eec 100644 (file)
@@ -150,7 +150,7 @@ namespace {
 
   #undef S
 
-  Score BishopPinBonus = make_score(66, 11);
+  Score BishopPinBonus = make_score(27, 12);
 
   // Bonus for having the side to move (modified by Joona Kiiski)
   const Score Tempo = make_score(24, 11);