Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Feature request: add option not to make moves #16

Open
mlopezviedma opened this issue May 6, 2018 · 5 comments
Open

Feature request: add option not to make moves #16

mlopezviedma opened this issue May 6, 2018 · 5 comments

Comments

@mlopezviedma
Copy link

Most chess engines have the "analyze" command, meaning the engine gives you all the variations it visits and the corresponding win%s, but it doesn't make a move on the board. That's very conveninent when analyzing games because you don't add nodes that you don't want to the game tree.

It'd be nice to have an option for leelasabaki to behave like that, so the F5 key calls genmove, but leelasabaki doesn't put the final stone on the board.

@hadim
Copy link

hadim commented Sep 23, 2018

@yishn do you think such feature would be ok to add?

@hadim
Copy link

hadim commented Sep 24, 2018

Is the 'suspend' command supposed to stop automatic moves?

@gcp
Copy link

gcp commented Sep 26, 2018

FWIW Leela Zero supports lz-analyze and lz-genmove_analyze which should be the preferred way to handle this kind of interactive analysis.

@yishn
Copy link
Member

yishn commented Sep 26, 2018

Hi everyone, I didn't want to spoil anything, but now that even @gcp is chiming in: Now that I've integrated Shudan into Sabaki, I'm actually working on integrating lz-analyze into Sabaki along with an Analyze Mode where engines do not move automatically. So stay tuned!

BTW @gcp: When are the analyze commands going to be in an official release?

@gcp
Copy link

gcp commented Sep 26, 2018

I'm working to stabilize v0.16 now so hopefully not too long.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants