mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Revert last tweaks
Tests show no improvment, so revert for now. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -37,8 +37,8 @@ using std::string;
|
||||
namespace {
|
||||
|
||||
// Values modified by Joona Kiiski
|
||||
const Value BishopPairMidgameBonus = Value(106);
|
||||
const Value BishopPairEndgameBonus = Value(96);
|
||||
const Value BishopPairMidgameBonus = Value(109);
|
||||
const Value BishopPairEndgameBonus = Value(97);
|
||||
|
||||
Key KNNKMaterialKey, KKNNMaterialKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user