NEAIJan 4, 2024

Evolution of Heuristics: Towards Efficient Automatic Algorithm Design Using Large Language Model

arXiv:2401.02051v3266 citationsh-index: 19ICML
Originality Highly original
AI Analysis

This addresses the problem of reducing expert labor in heuristic design for researchers and practitioners in optimization, representing a novel approach rather than incremental improvement.

The paper tackles the labor-intensive manual design of heuristics for optimization problems by proposing EoH, a novel evolutionary paradigm combining Large Language Models and Evolutionary Computation for automatic heuristic design. Experiments on combinatorial optimization benchmarks show EoH outperforms handcrafted heuristics and other methods, with a specific result achieving significant performance over human baselines for online bin packing using low computational budget.

Heuristics are widely used for dealing with complex search and optimization problems. However, manual design of heuristics can be often very labour extensive and requires rich working experience and knowledge. This paper proposes Evolution of Heuristic (EoH), a novel evolutionary paradigm that leverages both Large Language Models (LLMs) and Evolutionary Computation (EC) methods for Automatic Heuristic Design (AHD). EoH represents the ideas of heuristics in natural language, termed thoughts. They are then translated into executable codes by LLMs. The evolution of both thoughts and codes in an evolutionary search framework makes it very effective and efficient for generating high-performance heuristics. Experiments on three widely studied combinatorial optimization benchmark problems demonstrate that EoH outperforms commonly used handcrafted heuristics and other recent AHD methods including FunSearch. Particularly, the heuristic produced by EoH with a low computational budget (in terms of the number of queries to LLMs) significantly outperforms widely-used human hand-crafted baseline algorithms for the online bin packing problem.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes