mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Rescale UCI parameters to 100
And correspondingly modify internal ones to compensate it. No functional change.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace {
|
||||
//
|
||||
// Values modified by Joona Kiiski
|
||||
const Score WeightsInternal[] = {
|
||||
S(252, 344), S(216, 266), S(46, 0), S(247, 0), S(259, 0)
|
||||
S(289, 344), S(221, 273), S(46, 0), S(271, 0), S(307, 0)
|
||||
};
|
||||
|
||||
// MobilityBonus[PieceType][attacked] contains mobility bonuses for middle and
|
||||
|
||||
Reference in New Issue
Block a user