mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +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:
@@ -173,14 +173,14 @@ namespace {
|
||||
const Value UnstoppablePawnValue = Value(0x500);
|
||||
|
||||
// Rooks and queens on the 7th rank (modified by Joona Kiiski)
|
||||
const Value MidgameRookOn7thBonus = Value(47);
|
||||
const Value EndgameRookOn7thBonus = Value(98);
|
||||
const Value MidgameQueenOn7thBonus = Value(27);
|
||||
const Value EndgameQueenOn7thBonus = Value(54);
|
||||
const Value MidgameRookOn7thBonus = Value(43);
|
||||
const Value EndgameRookOn7thBonus = Value(91);
|
||||
const Value MidgameQueenOn7thBonus = Value(28);
|
||||
const Value EndgameQueenOn7thBonus = Value(53);
|
||||
|
||||
// Rooks on open files (modified by Joona Kiiski)
|
||||
const Value RookOpenFileBonus = Value(43);
|
||||
const Value RookHalfOpenFileBonus = Value(19);
|
||||
const Value RookOpenFileBonus = Value(42);
|
||||
const Value RookHalfOpenFileBonus = Value(24);
|
||||
|
||||
// Penalty for rooks trapped inside a friendly king which has lost the
|
||||
// right to castle.
|
||||
|
||||
Reference in New Issue
Block a user