mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Bring back original bonus
This commit is contained in:
@@ -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