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

Incremental minmax #3

Open
oggy22 opened this issue Dec 23, 2023 · 0 comments
Open

Incremental minmax #3

oggy22 opened this issue Dec 23, 2023 · 0 comments

Comments

@oggy22
Copy link
Owner

oggy22 commented Dec 23, 2023

Implement incremental minmax algorithm. For example if depth=10, the algorithm runs for depth=2 first, then 4, 6, 8 and finally 10. Each run will have killer moves initialized for the next run, thus it will speed up the search. Note that killer moves are stored per depth, so running the algorithm for depth=2 will initialize killer moves for depth=1,2, running it for depth=4 will initialize depth=1,2,3,4 etc.

This depends on #2

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