mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Give a small penalty for bishop for each pawn on the same colored square
This commit is contained in:
@@ -39,7 +39,7 @@ namespace {
|
||||
const Value RedundantRookPenalty = Value(554);
|
||||
|
||||
// pair pawn knight bishop rook queen
|
||||
const int LinearCoefficients[6] = { 1617, -162, -1172, -190, 105, 26 };
|
||||
const int LinearCoefficients[6] = { 1617, -162, -1172, -62, 105, 26 };
|
||||
|
||||
const int QuadraticCoefficientsSameColor[][PIECE_TYPE_NB] = {
|
||||
// pair pawn knight bishop rook queen
|
||||
|
||||
Reference in New Issue
Block a user