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

Walleye is not able to checkmate with king and rook and gets into a loop #16

Open
Dopplerian opened this issue Jul 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Dopplerian
Copy link

For the following input command:
./walleye -P -f '4k3/8/8/8/8/8/8/4K2R w - - 0 1'
The engine is unable to checkmate and also gets into an infinite loop where the threefold repetition rule seems not to apply.

@MitchelPaulin MitchelPaulin added the enhancement New feature or request label Aug 31, 2022
@MitchelPaulin
Copy link
Owner

This is because walleye has no end game table base which is something that would likely give it a good elo bump if implemented. Or if you put it in a gui and gave it more time it would likely find the mate, IIRC its 1 second per move in the CLI version, I also don't think draws or checkmate terminates the CLI version which is something that should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants