paper-with-me

Papers

Generalizable Heuristic Generation Through Large Language Models with Meta-Optimization

2025-05-27 · Yiding Shi, Jianan Zhou, Wen Song, Jieyi Bi, Yaoxin Wu, Jie Zhang

Heuristic design with large language models (LLMs) has emerged as a promising approach for tackling combinatorial optimization problems (COPs). However, existing approaches often rely on manually predefined evolutionary computation (EC) optimizers and single-task training schemes, which may constrain the exploration of diverse heuristic algorithms and hinder the generalization of the resulting heuristics. To address these issues, we propose Meta-Optimization of Heuristics (MoH), a novel framework that operates at the optimizer level, discovering effective optimizers through the principle of meta-learning. Specifically, MoH leverages LLMs to iteratively refine a meta-optimizer that autonomously constructs diverse optimizers through (self-)invocation, thereby eliminating the reliance on a predefined EC optimizer. These constructed optimizers subsequently evolve heuristics for downstream tasks, enabling broader heuristic exploration. Moreover, MoH employs a multi-task training scheme to promote its generalization capability. Experiments on classic COPs demonstrate that MoH constructs an effective and interpretable meta-optimizer, achieving state-of-the-art performance across various downstream tasks, particularly in cross-size settings.

📄 PDF Abstract BibTeX arXiv:2505.20881

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

Data Mixing Agent: Learning to Re-weight Domains for Continual Pre-training

2025-07-21 · Kailai Yang, Xiao Liu, Lei Ji, Hao Li 외 arxiv

Continual pre-training on small-scale task-specific data is an effective method for improving large language models in new target fields, yet it risks catastrophic forgetting of their original capabilities. A common solu…

Reinforcement LearningCode Generation

TrajEvo: Designing Trajectory Prediction Heuristics via LLM-driven Evolution

2025-05-07 · Zhikai Zhao, Chuanbo Hua, Federico Berto, Kanghoon Lee 외

Trajectory prediction is a crucial task in modeling human behavior, especially in fields as social robotics and autonomous vehicle navigation. Traditional heuristics based on handcrafted rules often lack accuracy, while …

DiversityPredictionTrajectory Prediction

TrajEvo: Trajectory Prediction Heuristics Design via LLM-driven Evolution

2025-08-07 · Zhikai Zhao, Chuanbo Hua, Federico Berto, Kanghoon Lee 외 arxiv

Trajectory prediction is a critical task in modeling human behavior, especially in safety-critical domains such as social robotics and autonomous vehicle navigation. Traditional heuristics based on handcrafted rules ofte…

Trajectory Prediction

Leveraging Large Language Models to Develop Heuristics for Emerging Optimization Problems

2025-03-05 · Thomas Bömer, Nico Koltermann, Max Disselnmeyer, Laura Dörr 외

Combinatorial optimization problems often rely on heuristic algorithms to generate efficient solutions. However, the manual design of heuristics is resource-intensive and constrained by the designer's expertise. Recent a…

Combinatorial OptimizationIn-Context LearningTraveling Salesman Problem

PathWise: Planning through World Model for Automated Heuristic Design via Self-Evolving LLMs

2026-01-28 · Oguzhan Gungordu, Siheng Xiong, Faramarz Fekri arxiv

Large Language Models (LLMs) have enabled automated heuristic design (AHD) for combinatorial optimization problems (COPs), but existing frameworks' reliance on fixed evolutionary rules and static prompt templates often l…