mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08: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:
@@ -95,8 +95,8 @@ const Value PieceValueEndgame[17] = {
|
||||
|
||||
/// Bonus for having the side to move (modified by Joona Kiiski)
|
||||
|
||||
const Value TempoValueMidgame = Value(46);
|
||||
const Value TempoValueEndgame = Value(28);
|
||||
const Value TempoValueMidgame = Value(48);
|
||||
const Value TempoValueEndgame = Value(21);
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user