paper-with-me

Papers

DeepACO: Neural-enhanced Ant Systems for Combinatorial Optimization

2023-09-25 · NeurIPS 2023 11 · Haoran Ye, Jiarui Wang, Zhiguang Cao, Helan Liang, Yong Li

Ant Colony Optimization (ACO) is a meta-heuristic algorithm that has been successfully applied to various Combinatorial Optimization Problems (COPs). Traditionally, customizing ACO for a specific problem requires the expert design of knowledge-driven heuristics. In this paper, we propose DeepACO, a generic framework that leverages deep reinforcement learning to automate heuristic designs. DeepACO serves to strengthen the heuristic measures of existing ACO algorithms and dispense with laborious manual design in future ACO applications. As a neural-enhanced meta-heuristic, DeepACO consistently outperforms its ACO counterparts on eight COPs using a single neural architecture and a single set of hyperparameters. As a Neural Combinatorial Optimization method, DeepACO performs better than or on par with problem-specific methods on canonical routing problems. Our code is publicly available at https://github.com/henry-yeh/DeepACO.

📄 PDF Abstract BibTeX arXiv:2309.14032

Code (1)

henry-yeh/DeepACO 공식 구현 pytorch

Tasks

Combinatorial OptimizationDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

A Quantum-Enhanced Power Flow and Optimal Power Flow based on Combinatorial Reformulation

2025-05-21 · Zeynab Kaseb, Matthias Moller, Peter Palensky, Pedro P. Vergara

This study introduces the Adiabatic Quantum Power Flow (AQPF) and Adiabatic Quantum Optimal Power Flow (AQOPF) algorithms to solve power flow (PF) and optimal power flow (OPF) problems, respectively. These algorithms uti…

Combinatorial Optimization

Demonstrating Real Advantage of Machine-Learning-Enhanced Monte Carlo for Combinatorial Optimization

2025-10-22 · Luca Maria Del Bono, Federico Ricci-Tersenghi, Francesco Zamponi arxiv

Combinatorial optimization problems are central to both practical applications and the development of optimization methods. While classical and quantum algorithms have been refined over decades, machine learning--assiste…

A Combinatorial Identities Benchmark for Theorem Proving via Automated Theorem Generation

2025-02-25 · Beibei Xiong, Hangyu Lv, Haojia Shan, Jianlin Wang 외

Large language models (LLMs) have significantly advanced formal theorem proving, yet the scarcity of high-quality training data constrains their capabilities in complex mathematical domains. Combinatorics, a cornerstone …

Automated Theorem ProvingLanguage ModelingLanguage ModellingLarge Language Model

A General Neural Backbone for Mixed-Integer Linear Optimization via Dual Attention

2026-01-08 · Peixin Huang, Yaoxin Wu, Yining Ma, Cathy Wu 외 arxiv

Mixed-integer linear programming (MILP) is a foundational framework for combinatorial optimization across science and engineering, but remains hard to solve at scale due to NP-hardness. Recent learning-based methods typi…

Representation Learning

Enhanced Convergence in p-bit Based Simulated Annealing with Partial Deactivation for Large-Scale Combinatorial Optimization Problems

2026-01-22 · Naoya Onizawa, Takahiro Hanyu arxiv

This article critically investigates the limitations of the simulated annealing algorithm using probabilistic bits (pSA) in solving large-scale combinatorial optimization problems. The study begins with an in-depth analy…