paper-with-me

Papers

Improving Existing Optimization Algorithms with LLMs

2025-02-12 · Camilo Chacón Sartori, Christian Blum

The integration of Large Language Models (LLMs) into optimization has created a powerful synergy, opening exciting research opportunities. This paper investigates how LLMs can enhance existing optimization algorithms. Using their pre-trained knowledge, we demonstrate their ability to propose innovative heuristic variations and implementation strategies. To evaluate this, we applied a non-trivial optimization algorithm, Construct, Merge, Solve and Adapt (CMSA) -- a hybrid metaheuristic for combinatorial optimization problems that incorporates a heuristic in the solution construction phase. Our results show that an alternative heuristic proposed by GPT-4o outperforms the expert-designed heuristic of CMSA, with the performance gap widening on larger and denser graphs. Project URL: https://imp-opt-algo-llms.surge.sh/

📄 PDF Abstract BibTeX arXiv:2502.08298

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Combinatorial Optimization for All: Using LLMs to Aid Non-Experts in Improving Optimization Algorithms

2025-03-14 · Camilo Chacón Sartori, Christian Blum

Large Language Models (LLMs) have shown notable potential in code generation for optimization algorithms, unlocking exciting new opportunities. This paper examines how LLMs, rather than creating algorithms from scratch, …

AllCode GenerationCombinatorial Optimization

When Large Language Model Meets Optimization

2024-05-16 · Sen Huang, Kaixiang Yang, Sheng Qi, Rui Wang

Optimization algorithms and large language models (LLMs) enhance decision-making in dynamic environments by integrating artificial intelligence with traditional techniques. LLMs, with extensive domain knowledge, facilita…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

Deep Insights into Automated Optimization with Large Language Models and Evolutionary Algorithms

2024-10-28 · He Yu, Jing Liu

Designing optimization approaches, whether heuristic or meta-heuristic, usually demands extensive manual intervention and has difficulty generalizing across diverse problem domains. The combination of Large Language Mode…

Evolutionary Algorithms

Large Language Model-Based Benchmarking Experiment Settings for Evolutionary Multi-Objective Optimization

2025-02-28 · Lie Meng Pang, Hisao Ishibuchi

When we manually design an evolutionary optimization algorithm, we implicitly or explicitly assume a set of target optimization problems. In the case of automated algorithm design, target optimization problems are usuall…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model

From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors

2026-03-03 · Qi Huang, Furong Ye, Ananta Shahane, Thomas Bäck 외 arxiv

Large Language Models (LLMs) have already been widely adopted for automated algorithm design, demonstrating strong abilities in generating and evolving algorithms across various fields. Existing work has largely focused …