]> git.sesse.net Git - stockfish/commit - src/search.cpp
Always output hashfull
authorTorsten Hellwig <torsten.hellwig93@gmail.com>
Mon, 19 Sep 2022 16:22:56 +0000 (18:22 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Tue, 27 Sep 2022 05:48:05 +0000 (07:48 +0200)
commit70e51a5bc81bd15a73d2cb0be5008c7c02b1b0d5
tree935e4fdd67197080dc256baefad96cf534ed2fc3
parent29295ecfd357b5421eb4f273761dce8d9661f130
Always output hashfull

This removes the restriction that no hashfull information is printed within the first second of a search.
On modern systems, a non-zero value is returned within 6 ms with default settings.

passed STC:
https://tests.stockfishchess.org/tests/view/63277b08b9c0caa5f4a798e4
LLR: 2.95 (-2.94,2.94) <-1.75,0.25>
Total: 290096 W: 77505 L: 77561 D: 135030
Ptnml(0-2): 1008, 30713, 81592, 30797, 938

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

No functional change
src/search.cpp