]> git.sesse.net Git - stockfish/commit
Simplifiy TM's root complexity
authorDubslow <bunslow@gmail.com>
Sat, 1 Apr 2023 23:48:31 +0000 (18:48 -0500)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 5 Apr 2023 06:13:34 +0000 (08:13 +0200)
commit77e2b915e1e4f2469a414712e52b469633fb3273
treef43f99036a04bb4b6eb55ac642a3f59905f78ed0
parent1fee996999364bedbd9ca4c29649d5c7321947c5
Simplifiy TM's root complexity

Also requires moving optimism initialization, this is a very early `evaluate()` call.

STC: https://tests.stockfishchess.org/tests/view/6428c39677ff3301150ca0d7
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 51256 W: 13805 L: 13612 D: 23839
Ptnml(0-2): 145, 5283, 14592, 5450, 158

LTC: https://tests.stockfishchess.org/tests/view/64296ff377ff3301150cc519
LLR: 2.94 (-2.94,2.94) <-1.75,0.25>
Total: 106968 W: 28951 L: 28830 D: 49187
Ptnml(0-2): 47, 9746, 33789, 9843, 59

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

no functional change
src/search.cpp