mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Use CLOP mean value instead of max
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user