paper-with-me

홈 › Papers

Learning to Configure Separators in Branch-and-Cut

2023-11-08 · NeurIPS 2023 11

Cutting planes are crucial in solving mixed integer linear programs (MILP) as they facilitate bound improvements on the optimal solution. Modern MILP solvers rely on a variety of separators to generate a diverse set of cutting planes by invoking the separators frequently during the solving process. This work identifies that MILP solvers can be drastically accelerated by appropriately selecting separators to activate. As the combinatorial separator selection space imposes challenges for machine learning, we learn to separate by proposing a novel data-driven strategy to restrict the selection space and a learning-guided algorithm on the restricted space. Our method predicts instance-aware separator configurations which can dynamically adapt during the solve, effectively accelerating the open source MILP solver SCIP by improving the relative solve time up to 72% and 37% on synthetic and real-world MILP benchmarks. Our work complements recent work on learning to select cutting planes and highlights the importance of separator management.

📄 PDF Abstract BibTeX arXiv:2311.05650

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

LLMs for Cold-Start Cutting Plane Separator Configuration

2024-12-16 · Connor Lawless, Yingxi Li, Anders Wikum, Madeleine Udell 외

Mixed integer linear programming (MILP) solvers ship with a staggering number of parameters that are challenging to select a priori for all but expert optimization users, but can have an outsized impact on the performanc…

Combinatorial Optimization

Normalizador Neural de Datas e Endereços

2020-06-27 · Gustavo Plensack, Paulo Finardi

Documents of any kind present a wide variety of date and address formats, in some cases dates can be written entirely in full or even have different types of separators. The pattern disorder in addresses is even greater …

Separator Injection Attack: Uncovering Dialogue Biases in Large Language Models Caused by Role Separators

2025-04-08 · Xitao Li, Haijun Wang, Jiang Wu, Ting Liu

Conversational large language models (LLMs) have gained widespread attention due to their instruction-following capabilities. To ensure conversational LLMs follow instructions, role separators are employed to distinguish…

Instruction Following

Can Separators Improve Chain-of-Thought Prompting?

2024-02-16 · Yoonjeong Park, HyunJin Kim, Chanyeol Choi, JunSeong Kim 외

Chain-of-thought (CoT) prompting is a simple and effective method for improving the reasoning capabilities of Large Language Models (LLMs). The basic idea of CoT is to let LLMs break down their thought processes step-by-…

8kGSM8K

The Power of Localization for Efficiently Learning Linear Separators with Noise

2013-07-31 · Pranjal Awasthi, Maria Florina Balcan, Philip M. Long

We introduce a new approach for designing computationally efficient learning algorithms that are tolerant to noise, and demonstrate its effectiveness by designing algorithms with improved noise tolerance guarantees for l…

Active Learning