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

[FEATURE] Implement a Move Picker #41

Open
DeveloperPaul123 opened this issue Dec 5, 2024 · 0 comments
Open

[FEATURE] Implement a Move Picker #41

DeveloperPaul123 opened this issue Dec 5, 2024 · 0 comments
Labels
feature New feature or request

Comments

@DeveloperPaul123
Copy link
Owner

Implement a move picker that supplies the "next" move to search in move ordering.

Rustic talks about this. The gist is that this is "better" because it saves you on sorting the entire list when most moves won't be used; so instead you do an incremental sort to get the next move to search.

@DeveloperPaul123 DeveloperPaul123 added the feature New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant