]> git.sesse.net Git - stockfish/commitdiff
Bring back original bonus
authorGary Linscott <glinscott@gmail.com>
Tue, 19 Feb 2013 15:31:50 +0000 (10:31 -0500)
committerGary Linscott <glinscott@gmail.com>
Tue, 19 Feb 2013 15:31:50 +0000 (10:31 -0500)
src/evaluate.cpp

index 2cb9979d295a863900c13bca115404251e0cafd9..e17a3e340b939206662d259d8f58a42259585708 100644 (file)
@@ -150,8 +150,7 @@ namespace {
 
   #undef S
 
-  // CLOP now likes 85, 31 - try next
-  const Score BishopPinBonus = make_score(34, 17);
+  const Score BishopPinBonus = make_score(66, 11);
 
   // Bonus for having the side to move (modified by Joona Kiiski)
   const Score Tempo = make_score(24, 11);