]> git.sesse.net Git - stockfish/commit
Make endgames consistent
authorprotonspring <mike@whiteley.org>
Wed, 17 Jun 2020 21:15:54 +0000 (15:15 -0600)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 21 Jun 2020 13:39:00 +0000 (15:39 +0200)
commit8a3f155b1cc1175b33ddc97d0572b5557269b0fa
treec42cd76fadd8106bf36708d5cbf794bb5cbf2138
parent6f15e7fab277c2595633ad08fdc25bdd7e0ab166
Make endgames consistent

Changes variable names and occasionally consolidated variable declarations.
Piece squares are consistently prefixed with "weak" or "strong."

passed STC
LLR: 2.94 (-2.94,2.94) {-1.50,0.50}
Total: 29008 W: 5532 L: 5416 D: 18060
Ptnml(0-2): 355, 2983, 7723, 3077, 366
https://tests.stockfishchess.org/tests/view/5eea88d3563bc7aa75600689

closes https://github.com/official-stockfish/Stockfish/pull/2752

No functional change
src/endgame.cpp