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

Handle termination criteria for switching methods #35

Open
dilpath opened this issue Feb 8, 2023 · 1 comment
Open

Handle termination criteria for switching methods #35

dilpath opened this issue Feb 8, 2023 · 1 comment

Comments

@dilpath
Copy link
Member

dilpath commented Feb 8, 2023

FAMoS can start with forward, which may return 0 candidates if there are no feasible forward moves. In a normal forward search, this would reasonably end the search. However, since FAMoS can switch, the search should continue, but with a different method. A user observed that FAMoS does not continue, and instead the search is ended unreasonably early.

@dilpath
Copy link
Member Author

dilpath commented Jan 3, 2025

Probably fixed by now -- requires testing...

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