You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ValueOnly mode returns a UCI info string which only has depth. However it would be meaningful and useful to see value score, etc. Also this would fix the problem that some tournament managers support adjudication by mutual agreement of obvious win/loss and therefore need to see this score from both engines.
Currently output looks like this:
setoption name ValueOnly value true
ucinewgame
go nodes 1
info depth 1
bestmove e2e4
but it could instead be similar to a policy-only search such as:
info depth 1 seldepth 1 time 12 nodes 1 score cp 7 tbhits 0 pv e2e4
The text was updated successfully, but these errors were encountered:
Currently ValueOnly mode returns a UCI info string which only has depth. However it would be meaningful and useful to see value score, etc. Also this would fix the problem that some tournament managers support adjudication by mutual agreement of obvious win/loss and therefore need to see this score from both engines.
Currently output looks like this:
but it could instead be similar to a policy-only search such as:
The text was updated successfully, but these errors were encountered: