Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueOnly mode could report some UCI info #2038

Open
dje-dev opened this issue Jun 13, 2024 · 0 comments
Open

ValueOnly mode could report some UCI info #2038

dje-dev opened this issue Jun 13, 2024 · 0 comments

Comments

@dje-dev
Copy link
Contributor

dje-dev commented Jun 13, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant