paper-with-me

Papers

Graph Attention-based Deep Reinforcement Learning for solving the Chinese Postman Problem with Load-dependent costs

2023-10-24 · Truong Son Hy, Cong Dao Tran

Recently, Deep reinforcement learning (DRL) models have shown promising results in solving routing problems. However, most DRL solvers are commonly proposed to solve node routing problems, such as the Traveling Salesman Problem (TSP). Meanwhile, there has been limited research on applying neural methods to arc routing problems, such as the Chinese Postman Problem (CPP), since they often feature irregular and complex solution spaces compared to TSP. To fill these gaps, this paper proposes a novel DRL framework to address the CPP with load-dependent costs (CPP-LC) (Corberan et al., 2018), which is a complex arc routing problem with load constraints. The novelty of our method is two-fold. First, we formulate the CPP-LC as a Markov Decision Process (MDP) sequential model. Subsequently, we introduce an autoregressive model based on DRL, namely Arc-DRL, consisting of an encoder and decoder to address the CPP-LC challenge effectively. Such a framework allows the DRL model to work efficiently and scalably to arc routing problems. Furthermore, we propose a new bio-inspired meta-heuristic solution based on Evolutionary Algorithm (EA) for CPP-LC. Extensive experiments show that Arc-DRL outperforms existing meta-heuristic methods such as Iterative Local Search (ILS) and Variable Neighborhood Search (VNS) proposed by (Corberan et al., 2018) on large benchmark datasets for CPP-LC regarding both solution quality and running time; while the EA gives the best solution quality with much more running time. We release our C++ implementations for metaheuristics such as EA, ILS and VNS along with the code for data generation and our generated data at https://github.com/HySonLab/Chinese_Postman_Problem

📄 PDF Abstract BibTeX arXiv:2310.15516

Code (1)

hysonlab/chinese_postman_problem 공식 구현

Tasks

ARCDeep Reinforcement LearningGraph AttentionTraveling Salesman Problem

Similar Papers 제목 키워드 기반

Automating REST API Postman Test Cases Using LLM

2024-04-16 · S Deepika Sri, Mohammed Aadil S, Sanjjushri Varshini R, Raja CSP Raman 외

In the contemporary landscape of technological advancements, the automation of manual processes is crucial, compelling the demand for huge datasets to effectively train and test machines. This research paper is dedicated…

Natural Language Understanding

Solving the Traveling Salesperson Problem with Precedence Constraints by Deep Reinforcement Learning

2022-07-04 · Christian Löwens, Inaam Ashraf, Alexander Gembus, Genesis Cuizon 외

This work presents solutions to the Traveling Salesperson Problem with precedence constraints (TSPPC) using Deep Reinforcement Learning (DRL) by adapting recent approaches that work well for regular TSPs. Common to these…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

geoGAT: Graph Model Based on Attention Mechanism for Geographic Text Classification

2021-01-13 · WeiPeng Jing, Xianyang Song, Donglin Di, Houbing Song

In the area of geographic information processing. There are few researches on geographic text classification. However, the application of this task in Chinese is relatively rare. In our work, we intend to implement a met…

ClassificationGeneral ClassificationGraph Attentiontext-classification+1

Multi-Label Classification of Chinese Humor Texts Using Hypergraph Attention Networks

2021-10-01 · ROCLING 2021 10 · Hao-Chuan Kao, Man-Chen Hung, Lung-Hao Lee, Yuen-Hsien Tseng

We use Hypergraph Attention Networks (HyperGAT) to recognize multiple labels of Chinese humor texts. We firstly represent a joke as a hypergraph. The sequential hyperedge and semantic hyperedge structures are used to con…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

EGAM: Extended Graph Attention Model for Solving Routing Problems

2026-01-29 · Licheng Wang, Yuzi Yan, Mingtao Huang, Yuan Shen arxiv

Neural combinatorial optimization (NCO) solvers, implemented with graph neural networks (GNNs), have introduced new approaches for solving routing problems. Trained with reinforcement learning (RL), the state-of-the-art …

Reinforcement Learning