paper-with-me

홈 › Papers

Algorithmic Prompt-Augmentation for Efficient LLM-Based Heuristic Design for A* Search

2026-01-27 · Thomas Bömer, Nico Koltermann, Max Disselnmeyer, Bastian Amberg, Anne Meyer arxiv

Heuristic functions are essential to the performance of tree search algorithms such as A*, where their accuracy and efficiency directly impact search outcomes. Traditionally, such heuristics are handcrafted, requiring significant expertise. Recent advances in large language models (LLMs) and evolutionary frameworks have opened the door to automating heuristic design. In this paper, we extend the Evolution of Heuristics (EoH) framework to investigate the automated generation of guiding heuristics for A* search. We introduce a novel domain-agnostic prompt augmentation strategy that includes the A* code into the prompt to leverage in-context learning, named Algorithmic - Contextual EoH (A-CEoH). To evaluate the effectiveness of A-CeoH, we study two problem domains: the Unit-Load Pre-Marshalling Problem (UPMP), a niche problem from warehouse logistics, and the classical sliding puzzle problem (SPP). Our computational experiments show that A-CEoH can significantly improve the quality of the generated heuristics and even outperform expert-designed heuristics.

📄 PDF Abstract BibTeX arXiv:2601.19622

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BEAM: Bi-level Memory-adaptive Algorithmic Evolution for LLM-Powered Heuristic Design

2026-04-14 · Chuyang Xiang, Yichen Wei, Jiale Ma, Handing Wang 외 arxiv

Large Language Model-based Hyper Heuristic (LHH) has recently emerged as an efficient way for automatic heuristic design. However, most existing LHHs just perform well in optimizing a single function within a pre-defined…

Code Generation

Tree of Thoughts as a Classical Heuristic Search Problem: Formal Foundations and Design Patterns

2026-05-27 · Guni Sharon arxiv

Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities, yet their standard generation process -- auto-regressive token prediction -- is inherently myopic and prone to cascading errors. To addres…

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 …

Position: LLM Serving Needs Mathematical Optimization and Algorithmic Foundations, Not Just Heuristics

2026-05-02 · Zijie Zhou arxiv

This position paper argues that LLM inference serving has outgrown generic heuristics and now demands mathematical optimization and algorithmic foundations. Despite rapid advances in serving systems such as vLLM and SGLa…

AlgoEvolve: LLM-driven Meta-evolution of Algorithmic Trading Programs

2026-06-24 · Dhruv Sharma, Gautam Shroff arxiv

Recent work shows that Large Language Models (LLMs) can act as semantic mutation operators for the evolutionary discovery of programs and proofs. Most current applications focus on static coding benchmarks. We extend thi…

Program Synthesis