-
Notifications
You must be signed in to change notification settings - Fork 41
Nonant bounds buffer #500
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
base: main
Are you sure you want to change the base?
Nonant bounds buffer #500
Conversation
c168b7a
to
0e680a9
Compare
This reverts commit 0e680a9.
4e970cd
to
912195c
Compare
This reverts commit 10496da.
if self._outer_bound_update(new_bound, current_bound): | ||
if cls is None: | ||
self.latest_ob_char = char | ||
self.last_ob_idx = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be specialized for Spokes (current strata rank)
if self._inner_bound_update(new_bound, current_bound): | ||
if cls is None: | ||
self.latest_ib_char = char | ||
self.last_ib_idx = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be specialized for Spokes (current strata rank)
@@ -332,12 +332,10 @@ def add_reduced_costs_fixer(hub_dict, | |||
hub_dict["opt_kwargs"]["options"]["rc_options"] = { | |||
"verbose": cfg.rc_verbose, | |||
"debug": cfg.rc_debug, | |||
"use_rc_fixer": cfg.rc_fixer, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to re-think vanilla and generic cylinders -- you might want a reduced costs spoke but not the reduced costs fixer!
Passes updated bounds on nonants to all cylinders, if available. WIP; needs #496.