mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-17 23:56:23 +08:00
Merge Joona Kiiski evaluation tweaks
Merge tewaks to many evaluation parameters by Joona Kiiski. After test they seem good! Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
const Value BishopPairMidgameBonus = Value(100);
|
||||
const Value BishopPairEndgameBonus = Value(100);
|
||||
const Value BishopPairMidgameBonus = Value(109);
|
||||
const Value BishopPairEndgameBonus = Value(97);
|
||||
|
||||
Key KNNKMaterialKey, KKNNMaterialKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user