mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 05:07:14 +00:00
Raise endgame passed pawn and material values
STC: LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 136149 W: 25213 L: 24588 D: 86348 LTC: LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 54637 W: 7533 L: 7238 D: 39866 Bench: 8546808 Resolves #608
This commit is contained in:
committed by
Joona Kiiski
parent
5d1644ba69
commit
8788612828
+1
-1
@@ -169,7 +169,7 @@ namespace {
|
||||
// We don't use a Score because we process the two components independently.
|
||||
const Value Passed[][RANK_NB] = {
|
||||
{ V(5), V( 5), V(31), V(73), V(166), V(252) },
|
||||
{ V(7), V(14), V(38), V(64), V(137), V(193) }
|
||||
{ V(7), V(14), V(38), V(73), V(166), V(252) }
|
||||
};
|
||||
|
||||
// PassedFile[File] contains a bonus according to the file of a passed pawn
|
||||
|
||||
Reference in New Issue
Block a user