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

Fix computation of number of jumps in hybrid solve #238

Open
mforets opened this issue Jun 21, 2020 · 0 comments
Open

Fix computation of number of jumps in hybrid solve #238

mforets opened this issue Jun 21, 2020 · 0 comments

Comments

@mforets
Copy link
Member

mforets commented Jun 21, 2020

Currently count_jumps in the hybrid solve loop advances by one for each element in the clustering,

This is not good because the stopping criterion on max jumps now depends on the clustering chosen. I think we should consider all transitions from the same cluster to be in the same jump.

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