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

Improving analyses feature. #13

Closed
GabrieleBattaglia opened this issue Jul 19, 2024 · 2 comments
Closed

Improving analyses feature. #13

GabrieleBattaglia opened this issue Jul 19, 2024 · 2 comments

Comments

@GabrieleBattaglia
Copy link

No description provided.

@GabrieleBattaglia
Copy link
Author

My idea is to add value after "a" command that specify how many seconds the analyses should last, in order to save time and avoid to give a stop.
You could set this value also as a variable to configure somewhere like
set analysis time 5
For 5 second each time you give a command.
I'd like also to have the best move as a single output

@tage64
Copy link
Owner

tage64 commented Aug 6, 2024

Solved by 025bb52.

You can now achieve this with the --time argument to analysis start:

analysis start --time 5

Will analyze for 5 seconds for every move.

To control the number of lines shown by analysis show (or a for short) use the -n flag to analysis start:

analysis start --n 1

Actually, the number of variations analyzed impacts analysis strength, at least for Stockfish, so it may be dezirable to use -n 1.

@tage64 tage64 closed this as completed Aug 6, 2024
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

2 participants