mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Try more aggressive version
This commit is contained in:
@@ -584,7 +584,7 @@ Value do_evaluate(const Position& pos, Value& margin) {
|
||||
|
||||
// Penalty for bishop with same coloured pawns
|
||||
if (Piece == BISHOP)
|
||||
score -= make_score(4, 4) * ei.pi->same_colored_pawn_count(s, Us);
|
||||
score -= make_score(8, 12) * ei.pi->same_colored_pawn_count(s, Us);
|
||||
|
||||
// Bishop and knight outposts squares
|
||||
if ( (Piece == BISHOP || Piece == KNIGHT)
|
||||
|
||||
Reference in New Issue
Block a user