mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Give a small penalty for bishop for each pawn on the same colored square
This commit is contained in:
+1
-1
@@ -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