arXiv:2601.06502cs.AI2026-01中稿 · presentation and p…被引 3

用大模型分治重构解决超大规模组合优化问题

DRAGON: LLM-Driven Decomposition and Reconstruction Agents for Large-Scale Combinatorial Optimization

  • 分治+重构:自动识别优化潜力区,拆解为局部任务
  • 在300万变量背包问题上仅差0.16%,可解超大规模实例
  • 适合需要可解释性与泛化能力的工业级优化场景

大语言模型(LLMs)虽在组合优化问题(COPs)中展现潜力,但其可扩展性和泛化能力受限,尤其在节点数超过30的路径类问题中性能下降。本文提出DRAGON(分解与重构代理引导优化),融合元启发式设计与大模型推理。从初始全局解出发,自主识别高优化潜力区域,将大规模COPs分解为可管理子问题。每个子问题被重构成简洁的局部优化任务,通过基于累积经验的目标导向提示由大模型求解。最终将局部优化结果系统性重组回原始全局上下文,显著提升整体解质量。通过持续与优化环境交互并利用自适应经验记忆,代理不断从反馈中学习,实现符号推理与启发式搜索的耦合。实证表明,相较于现有基于大模型的求解器仅限小规模实例,DRAGON在TSPLIB、CVRPLIB和Weibull-5k装箱基准上均能生成可行解,并在变量超过300万的背包问题上达到0.16%近优差距。该工作展示了反馈驱动语言代理作为通用、可解释大规模优化新范式的潜力。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have recently shown promise in addressing combinatorial optimization problems (COPs) through prompt-based strategies. However, their scalability and generalization remain limited, and their effectiveness diminishes as problem size increases, particularly in routing problems involving more than 30 nodes. We propose DRAGON, which stands for Decomposition and Reconstruction Agents Guided OptimizatioN, a novel framework that combines the strengths of metaheuristic design and LLM reasoning. Starting from an initial global solution, DRAGON autonomously identifies regions with high optimization potential and strategically decompose large-scale COPs into manageable subproblems. Each subproblem is then reformulated as a concise, localized optimization task and solved through targeted LLM prompting guided by accumulated experiences. Finally, the locally optimized solutions are systematically reintegrated into the original global context to yield a significantly improved overall outcome. By continuously interacting with the optimization environment and leveraging an adaptive experience memory, the agents iteratively learn from feedback, effectively coupling symbolic reasoning with heuristic search. Empirical results show that, unlike existing LLM-based solvers limited to small-scale instances, DRAGON consistently produces feasible solutions on TSPLIB, CVRPLIB, and Weibull-5k bin packing benchmarks, and achieves near-optimal results (0.16% gap) on knapsack problems with over 3M variables. This work shows the potential of feedback-driven language agents as a new paradigm for generalizable and interpretable large-scale optimization.

组合优化大模型应用分治策略

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。