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

Speed up alpha/beta search #14

Open
3 tasks
mx-e opened this issue May 25, 2022 · 0 comments
Open
3 tasks

Speed up alpha/beta search #14

mx-e opened this issue May 25, 2022 · 0 comments

Comments

@mx-e
Copy link
Owner

mx-e commented May 25, 2022

  • In alpha/beta search we should use data structures allocated once at startup
  • No arrays should be created/destroyed/extended during runtime to store moves/scores
  • We should not use Exceptions but handle illegal moves in logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant