English

DGA$_2$D: Directed Graph-Guided Automated Algorithm Design with Large Language Models

Artificial Intelligence 2026-08-01 v1 Neural and Evolutionary Computing

Abstract

The rapid development of Large Language Models (LLMs) has opened new avenues for Automated Heuristic Design (AHD) for solving NP-hard combinatorial optimization problems (COPs). However, existing LLM-driven AHD methods are largely confined to rigid solver templates, relegating the search process to isolated module tuning. Transitioning to fully autonomous, system-level algorithm design is essential but fraught with low reliability of generated operators, extremely large search spaces, and ineffective credit assignment. To overcome these drawbacks, this paper proposes a Directed Graph-Guided Automated Algorithm Design framework, termed DGA2_2D. It structures the open-ended program space as a directed graph, where each node represents a functional operator that can be instantiated using one of multiple candidate code implementations, while directed walks constitute complete algorithmic pipelines. A first-order path-dependent credit assignment mechanism is introduced to evaluate code variations strictly based on their topological context. Extensive experiments across 12 distinct COPs, ranging from complex scheduling to routing, demonstrate the consistent empirical advantages of DGA2_2D. It reduces the average normalized gap by up to 10.96 percentage points compared to state-of-the-art LLM baselines.

Cite

@article{arxiv.2608.00700,
  title  = {DGA$_2$D: Directed Graph-Guided Automated Algorithm Design with Large Language Models},
  author = {Jiale Zhao and Zimu Chen and Sirui Mao and Wentao Yang and Yuxiang Bai and Liyuanjun Lai},
  journal= {arXiv preprint arXiv:2608.00700},
  year   = {2026}
}

Comments

46 pages, 5 figures, including supplementary material