Skip to content

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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Conversation

bknueven
Copy link
Collaborator

Passes updated bounds on nonants to all cylinders, if available. WIP; needs #496.

@bknueven bknueven force-pushed the nonant_bounds_buffer branch from c168b7a to 0e680a9 Compare March 27, 2025 18:06
@bknueven bknueven force-pushed the nonant_bounds_buffer branch from 4e970cd to 912195c Compare March 31, 2025 17:49
@bknueven bknueven marked this pull request as ready for review April 25, 2025 17:46
if self._outer_bound_update(new_bound, current_bound):
if cls is None:
self.latest_ob_char = char
self.last_ob_idx = 0
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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,
Copy link
Collaborator Author

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!

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

Successfully merging this pull request may close these issues.

1 participant