mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Joona tweaks of tempos and misc parameters
Unfortunatly this tweak does not give good results. After 894 games at 1+0 we have: Mod vs Orig +205/-236/=453 48.27% -12 ELO !! Perhaps we should test again, but in the mean time we are going to revert this. 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(48);
|
||||
const Value TempoValueEndgame = Value(21);
|
||||
const Value TempoValueMidgame = Value(46);
|
||||
const Value TempoValueEndgame = Value(28);
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user