]> git.sesse.net Git - stockfish/commit
Remove Weights
authorhxim <hxim.jo@gmail.com>
Sun, 7 Feb 2016 20:58:20 +0000 (20:58 +0000)
committerJoona Kiiski <joona@zoox.com>
Sun, 7 Feb 2016 21:00:24 +0000 (21:00 +0000)
commit56dd58e6f9d9073b963ebf2add7da9723eb5cd5a
tree1827fce393475e194a57944d78817afe38bd6c09
parent4f6aa152284e80094467ea0051bb58b004042555
Remove Weights

Removed remaining redundant weights for pawn structure,
passed pawns, space and king safety by redistributing them
into individual evaluation terms.

STC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 15173 W: 2790 L: 2659 D: 9724

LTC:
LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 43433 W: 5936 L: 5846 D: 31651

Bench: 7156237

Resolves #586
src/evaluate.cpp
src/pawns.cpp