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

Auto-continuation of ladders #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaorahi
Copy link
Contributor

@kaorahi kaorahi commented Nov 6, 2021

Play at least 5 ladder moves successively and click the menu Game > Continue ladder. Then the rest of the ladder is played automatically.

This is a cheaper version of lizgoban's automatic ladder continuation. It may be useful for some youtubers in their game reviews. @yzyray, I also expect you will export this to LizzieYzy if you like.

The implementation is very simple. Instead of serious ladder detection, it just detects "periodically repeated patterns" like leela-zero/leela-zero#1941 . So we need at least 5 moves beforehand.

@yzyray
Copy link
Contributor

yzyray commented Nov 7, 2021

Useful function~thank for sharing,will add in lizzieyzy.

kaorahi pushed a commit to kaorahi/lizzie that referenced this pull request Nov 13, 2021
@kaorahi kaorahi mentioned this pull request Nov 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants