1 citations · 1 across the 4 of their papers we have counts for
4 papers
PACE: Primitive-Aware Code Evolution for Automated Algorithm Design
Zhuoliang Xie, Ruihao Zheng, Xiang Xu +2
Large Language Model (LLM)-based automated algorithm design typically evolves algorithms as complete, indivisible programs. While this whole-program perspective simplifies the sear…
Enhancing CVRP Solver through LLM-driven Automatic Heuristic Design
Zhuoliang Xie, Fei Liu, Zhenkun Wang +1
The Capacitated Vehicle Routing Problem (CVRP), a fundamental combinatorial optimization challenge, focuses on optimizing fleet operations under vehicle capacity constraints. While…
Monte Carlo Tree Search for Comprehensive Exploration in LLM-Based Automatic Heuristic Design
Zhi Zheng, Zhuoliang Xie, Zhenkun Wang +1
Handcrafting heuristics for solving complex optimization tasks (e.g., route planning and task allocation) is a common practice but requires extensive domain knowledge. Recently, La…
LLM4AD: A Platform for Algorithm Design with Large Language Model
Fei Liu, Rui Zhang, Zhuoliang Xie +10
We introduce LLM4AD, a unified Python platform for algorithm design (AD) with large language models (LLMs). LLM4AD is a generic framework with modularized blocks for search methods…