]> git.sesse.net Git - stockfish/commit
Dynamic complexity
authorAlain SAVARD <support@multicim.com>
Sat, 25 Jan 2020 12:59:42 +0000 (07:59 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 27 Jan 2020 08:05:55 +0000 (09:05 +0100)
commit6d0eabd5fe2961551477820ab7619e2c31e01ffd
tree470b8a8be11e97a54898a02aa25472e5aa245ee3
parent0ae00454ba6928d181b46103e5c83e6d58fcebe5
Dynamic complexity

Instead of computing the initiative bonus on the material score + dynamic score
compute it on (material score/2) + dynamic score,

Passed STC
http://tests.stockfishchess.org/tests/view/5e2c4945ab2d69d58394fa8f
LLR: 2.94 (-2.94,2.94) {-1.00,3.00}
Total: 39387 W: 7594 L: 7386 D: 24407
Ptnml(0-2): 658, 4519, 9165, 4649, 697

Passed LTC
http://tests.stockfishchess.org/tests/view/5e2c85ccab2d69d58394faa7
LLR: 2.95 (-2.94,2.94) {0.00,2.00}
Total: 32588 W: 4206 L: 3986 D: 24396
Ptnml(0-2): 244, 2909, 9738, 3111, 253

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

Bench: 4765486
src/evaluate.cpp