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

Optimize Best Move Picking Algorithm #6

Open
silverlightning926 opened this issue Jun 16, 2024 · 0 comments
Open

Optimize Best Move Picking Algorithm #6

silverlightning926 opened this issue Jun 16, 2024 · 0 comments
Assignees
Labels
engine Pertaining to the full chess engine enhancement Enhancement to already existing feature or item refactor Refactor of code or other item

Comments

@silverlightning926
Copy link
Owner

Currently the best move picking algorithm in player_vs_model.py is slow in picking the best move, even the at low depth. Add optimizations so moves can be found faster and the algorithm can be run at bigger depths.

Research other solutions than Python as well.

@silverlightning926 silverlightning926 added the enhancement Enhancement to already existing feature or item label Jun 16, 2024
@silverlightning926 silverlightning926 self-assigned this Jun 16, 2024
@silverlightning926 silverlightning926 added refactor Refactor of code or other item engine Pertaining to the full chess engine labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Pertaining to the full chess engine enhancement Enhancement to already existing feature or item refactor Refactor of code or other item
Projects
None yet
Development

No branches or pull requests

1 participant