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

Null move search is not quite right #2

Open
cwbowron opened this issue Apr 23, 2017 · 0 comments
Open

Null move search is not quite right #2

cwbowron opened this issue Apr 23, 2017 · 0 comments
Labels

Comments

@cwbowron
Copy link
Owner

cwbowron commented Apr 23, 2017

I believe that when doing a search and getting interrupted causes board conflict problems, ie pieces not getting replaced. Should probably turn off polling during a null search or something, or keep track of the number of fake_domoves.

Most likely the undomove function should check to see if the move it is undoing is an actual move, or a fake move. Test to see if move==dummymove or something.

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

No branches or pull requests

1 participant