paper-with-me

홈 › Papers

AutoRNet: Automatically Optimizing Heuristics for Robust Network Design via Large Language Models

2024-10-23 · He Yu, Jing Liu

Achieving robust networks is a challenging problem due to its NP-hard nature and complex solution space. Current methods, from handcrafted feature extraction to deep learning, have made progress but remain rigid, requiring manual design and large labeled datasets. To address these issues, we propose AutoRNet, a framework that integrates large language models (LLMs) with evolutionary algorithms to generate heuristics for robust network design. We design network optimization strategies to provide domain-specific prompts for LLMs, utilizing domain knowledge to generate advanced heuristics. Additionally, we introduce an adaptive fitness function to balance convergence and diversity while maintaining degree distributions. AutoRNet is evaluated on sparse and dense scale-free networks, outperforming current methods by reducing the need for manual design and large datasets.

📄 PDF Abstract BibTeX arXiv:2410.17656

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityEvolutionary Algorithms

Similar Papers 제목 키워드 기반

AutoSAT: Automatically Optimize SAT Solvers via Large Language Models

2024-02-16 · Yiwen Sun, Furong Ye, Xianyin Zhang, Shiyu Huang 외

Conflict-Driven Clause Learning (CDCL) is the mainstream framework for solving the Satisfiability problem (SAT), and CDCL solvers typically rely on various heuristics, which have a significant impact on their performance…

Learning Variable Ordering Heuristics for Solving Constraint Satisfaction Problems

2019-12-23 · Wen Song, Zhiguang Cao, Jie Zhang, Andrew Lim

Backtracking search algorithms are often used to solve the Constraint Satisfaction Problem (CSP). The efficiency of backtracking search depends greatly on the variable ordering heuristics. Currently, the most commonly us…

Deep Reinforcement LearningGraph Neural NetworkReinforcement Learning

Selection Hyper-heuristics Can Automatically Adjust the Learning Period to Optimally Solve Pseudo-Boolean Problems

2026-05-28 · Benjamin Doerr, Pietro S. Oliveto, John Alasdair Warwicker arxiv

The Random Gradient hyper-heuristic was recently shown to be able to learn the optimal neighbourhood size when optimizing the LeadingOnes benchmark via the Randomised Local Search (RLS) meta-heuristic. However, for this …

Discovering heuristics in a complex SAT solver with large language models

2025-07-30 · Yiwen Sun, Furong Ye, Zhihan Chen, Ke Wei 외 arxiv

The Satisfiability problem (SAT) is fundamental in computational complexity theory and has a wide range of industrial applications. Optimizing modern SAT solvers in real-world settings is quite challenging due to their i…

INVICTUS: Optimizing Boolean Logic Circuit Synthesis via Synergistic Learning and Search

2023-05-22 · Animesh Basak Chowdhury, Marco Romanelli, Benjamin Tan, Ramesh Karri 외

Logic synthesis is the first and most vital step in chip design. This steps converts a chip specification written in a hardware description language (such as Verilog) into an optimized implementation using Boolean logic …

Reinforcement Learning (RL)