]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Merge branch 'simplify_eval' into bishop_pin_clop
[stockfish] / src / evaluate.cpp
index ed1d5cb8b08ba7bf37f3632fbc266e7e1fc678b7..56bcbc683e521232ba24a016d8d19e8f1759689a 100644 (file)
@@ -150,7 +150,7 @@ namespace {
 
   #undef S
 
-  Score BishopPinBonus = make_score(15, 25);
+  Score BishopPinBonus = make_score(66, 11);
 
   // Bonus for having the side to move (modified by Joona Kiiski)
   const Score Tempo = make_score(24, 11);