-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Self play? #2
Labels
bug
Something isn't working
Comments
That looks like an interesting test case. My initial guess is Thanks for creating the issue! |
Yep that was indeed an error in the implementation of Alpha-Beta pruning. Thank you for bringing it to light. #3 fixes it. |
aalekhpatel07
added a commit
that referenced
this issue
Aug 2, 2022
* Refactor into modules. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Bug fix: wrong maximizer flag in alpha-beta minimax algorithm. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Add some setup for Chess using Shakmaty. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Add Clap cli. Make chess non-default. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Add a proper testing workflow. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Bump to v0.2.0 and remove tests.rs empty file. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com> * Rustfmt. Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm a little surprised that this self-play test doesn't work?
The text was updated successfully, but these errors were encountered: