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

Bug when trying to checkmate #15

Open
Dopplerian opened this issue Jul 29, 2022 · 1 comment
Open

Bug when trying to checkmate #15

Dopplerian opened this issue Jul 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Dopplerian
Copy link

For the following input command:
./walleye -P -f '7k/4Q3/6K1/8/8/8/8/8 w - - 0 1'
It first does a search to depth 99, which is unneeded since it is clearly a mate in 1, and then prints the same board over and over instead of terminating program execution.

@MitchelPaulin MitchelPaulin added the bug Something isn't working label Aug 31, 2022
@MitchelPaulin
Copy link
Owner

There seems to be an issue in the CLI version where mate does not terminate the program, that is certainly a bug.

As far as always searching to depth 99, that is just an artifact of how I do the time management where the engine just looks until its out of time without checking for an early exit, this will likely be kept as is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants