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

4.6's 3 empties search order is different from 4.4 and 4.5 #53

Closed
okuhara opened this issue Dec 28, 2024 · 1 comment
Closed

4.6's 3 empties search order is different from 4.4 and 4.5 #53

okuhara opened this issue Dec 28, 2024 · 1 comment

Comments

@okuhara
Copy link
Contributor

okuhara commented Dec 28, 2024

The search_solve_3 in the 4.4 sorts 3 empties in the search->empties, while the solve_3 in the 4.6 sorts x1, x2 and x3 parameters, those are reordered in the search_solve_4. This does not affect final score but results in slightly worse searched nodes.
The 4.5 also uses reordered x1, x2 and x3 so compensate that in the sort3 parameter.

@abulmo
Copy link
Owner

abulmo commented Mar 10, 2025

It's hard to measure the effect on my computers. Whatever, I modified the code to reorder the move based on square type, but I want to do other changes before a release.

@abulmo abulmo closed this as completed Mar 10, 2025
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

2 participants