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

AI doesn't take piece when it should #49

Open
akiraheid opened this issue May 10, 2020 · 0 comments
Open

AI doesn't take piece when it should #49

akiraheid opened this issue May 10, 2020 · 0 comments
Labels
ai related to ai feature bug

Comments

@akiraheid
Copy link
Owner

Given the AI is using alpha-beta with a depth of 2, black should take e4 during its second turn.

1. e4 | Nf6, Nc6

should have been

1. e4 | Nf6, Nxe4

because the heuristic prioritizes having more pieces than the opponent and taking pieces.

@akiraheid akiraheid added bug ai related to ai feature labels May 10, 2020
@akiraheid akiraheid modified the milestone: 0.0.1 May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai related to ai feature bug
Projects
None yet
Development

No branches or pull requests

1 participant