mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Small cleanups.
closes https://github.com/official-stockfish/Stockfish/pull/2532 Bench: 4869669
This commit is contained in:
@@ -520,7 +520,6 @@ namespace {
|
||||
}
|
||||
|
||||
// Bonus for restricting their piece moves
|
||||
// Greater bonus when landing square is occupied
|
||||
b = attackedBy[Them][ALL_PIECES]
|
||||
& ~stronglyProtected
|
||||
& attackedBy[Us][ALL_PIECES];
|
||||
@@ -721,7 +720,6 @@ namespace {
|
||||
- 43 * almostUnwinnable
|
||||
-110 ;
|
||||
|
||||
// Give more importance to non-material score
|
||||
Value mg = mg_value(score);
|
||||
Value eg = eg_value(score);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user