]> git.sesse.net Git - stockfish/commit
Variable tuning
authorFauziAkram <fauzi.dabat@hotmail.com>
Sun, 19 Feb 2017 21:56:17 +0000 (13:56 -0800)
committerJoona Kiiski <joona@zoox.com>
Sun, 19 Feb 2017 22:00:44 +0000 (14:00 -0800)
commitc243cd5f4a8a2cd37896eff1dbc705bc69aade1f
tree06963b4130982ee34f44530f2acb9dd2d08118e6
parent05cf45f2d137600387d5e560e22a464a84ad7b0d
Variable tuning

A tuning patch which cover the following changes:

increase the importance of queen and rook mobility in endgame and
decrease it in mg, since if we use the heavy pieces too early in the game
we will just make opponent develop their pieces by threatening ours.

King Psqt:
1)King will be encouraged more to stay in the first ranks in the MG
2)and will be encouraged more to go to the middle of the board/last ranks in the EG

Bishop scale better in EG
Logical changes on various psqt tables
1/6 of the changes of the last tuning session on mobility tables

STC: LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 227879 W: 41240 L: 40313 D: 146326
LTC : LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 167047 W: 21871 L: 21291 D: 123885

Bench: 5695960

Closes #1008
src/evaluate.cpp
src/psqt.cpp
src/types.h