You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currently used B&B optimization algorithm might be extremely slow for large workloads due to its worst case exponential runtime.
Implement a local search-based algorithm allowing a fine-grained threshold between running time and result quality.
The text was updated successfully, but these errors were encountered:
ilya-kolchinsky
changed the title
A local-search-based optimization algorithm
CCO: A local-search-based optimization algorithm
Apr 17, 2022
The currently used B&B optimization algorithm might be extremely slow for large workloads due to its worst case exponential runtime.
Implement a local search-based algorithm allowing a fine-grained threshold between running time and result quality.
The text was updated successfully, but these errors were encountered: