paper-with-me

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, can improve existing ones without the need for specialized expertise. To explore this potential, we selected 10 baseline optimization algorithms from various domains (metaheuristics, reinforcement learning, deterministic, and exact methods) to solve the classic Travelling Salesman Problem. The results show that our simple methodology often results in LLM-generated algorithm variants that improve over the baseline algorithms in terms of solution quality, reduction in computational time, and simplification of code complexity, all without requiring specialized optimization knowledge or advanced algorithmic implementation skills.

📄 PDF Abstract BibTeX arXiv:2503.10968

Code (0)

등록된 구현이 없습니다.

Tasks

AllCode GenerationCombinatorial Optimization

Similar Papers 제목 키워드 기반

Reinforcement Learning for Combinatorial Optimization: A Survey

2020-03-07 · Nina Mazyavkina, Sergey Sviridov, Sergei Ivanov, Evgeny Burnaev

Many traditional algorithms for solving combinatorial optimization problems involve using hand-crafted heuristics that sequentially construct a solution. Such heuristics are designed by domain experts and may often be su…

Combinatorial OptimizationDecision Makingreinforcement-learningReinforcement Learning+2

Combinatorial Black-Box Optimization with Expert Advice

2020-06-06 · Hamid Dadkhahi, Karthikeyan Shanmugam, Jesus Rios, Payel Das 외

We consider the problem of black-box function optimization over the boolean hypercube. Despite the vast literature on black-box function optimization over continuous domains, not much attention has been paid to learning …

Evaluating LLMs for Combinatorial Optimization: One-Phase and Two-Phase Heuristics for 2D Bin-Packing

2025-09-26 · Syed Mahbubul Huq, Daniel Brito, Daniel Sikar, Chris Child 외 arxiv

This paper presents an evaluation framework for assessing Large Language Models' (LLMs) capabilities in combinatorial optimization, specifically addressing the 2D bin-packing problem. We introduce a systematic methodolog…

Combinatorial Optimization via LLM-driven Iterated Fine-tuning

2025-03-10 · Pranjal Awasthi, Sreenivas Gollapudi, Ravi Kumar, Kamesh Munagala

We present a novel way to integrate flexible, context-dependent constraints into combinatorial optimization by leveraging Large Language Models (LLMs) alongside traditional algorithms. Although LLMs excel at interpreting…

Combinatorial Optimizationglobal-optimizationScheduling

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. Us…

Combinatorial Optimization