mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Bring back original bonus
This commit is contained in:
+1
-2
@@ -150,8 +150,7 @@ namespace {
|
|||||||
|
|
||||||
#undef S
|
#undef S
|
||||||
|
|
||||||
// CLOP now likes 85, 31 - try next
|
const Score BishopPinBonus = make_score(66, 11);
|
||||||
const Score BishopPinBonus = make_score(34, 17);
|
|
||||||
|
|
||||||
// Bonus for having the side to move (modified by Joona Kiiski)
|
// Bonus for having the side to move (modified by Joona Kiiski)
|
||||||
const Score Tempo = make_score(24, 11);
|
const Score Tempo = make_score(24, 11);
|
||||||
|
|||||||
Reference in New Issue
Block a user