paper-with-me

홈 › Papers

Solving The Travelling Salesmen Problem using HNN and HNN-SA algorithms

2022-02-08 · Gyanateet Dutta

In this case study, the renowned Travelling Salesmen problem has been studied. Travelling Salesman problem is a most demanding computational problem in Computer Science. The Travelling Salesmen problem has been solved by two different ways using Hopfield Network. The main theory of the problem is to find distance and connectedness between nodes in a graph having edges between the nodes. The basic algorithm used for this problem is Djikstra's Algorithm. But till now , a number of such algorithms have evolved. Among them(some other algorithms) , are distinct and have been proved to solve the travelling salesmen problem by graph theory.

📄 PDF Abstract BibTeX arXiv:2202.13746

Code (1)

Ryukijano/TSP_HOPFIELD 공식 구현

Similar Papers 제목 키워드 기반

Balanced dynamic multiple travelling salesmen: algorithms and continuous approximations

2020-08-27 · Wolfgang Garn

Dynamic routing occurs when customers are not known in advance, e.g. for real-time routing. Two heuristics are proposed that solve the balanced dynamic multiple travelling salesmen problem (BD-mTSP). These heuristics rep…

An Effective Iterated Two-stage Heuristic Algorithm for the Multiple Traveling Salesmen Problem

2022-01-24 · Jiongzhi Zheng, Yawei Hong, Wenchang Xu, Wentao Li 외

The multiple Traveling Salesmen Problem (mTSP) is a general extension of the famous NP-hard Traveling Salesmen Problem (TSP), that there are m (m > 1) salesmen to visit the cities. In this paper, we address the mTSP with…

ScheduleNet: Learn to Solve MinMax mTSP Using Reinforcement Learning with Delayed Reward

2021-01-01 · Junyoung Park, Sanzhar Bakhtiyarov, Jinkyoo Park

Combinatorial Optimization (CO) problems are theoretically challenging yet crucial in practice. Numerous works used Reinforcement Learning (RL) to tackle these CO problems. As current approaches mainly focus on single-wo…

Combinatorial OptimizationGraph Neural Networkreinforcement-learningReinforcement Learning (RL)

Application of Multi-core Parallel Programming to a Combination of Ant Colony Optimization and Genetic Algorithm

2014-11-05 · Rishita Kalyani

This Paper will deal with a combination of Ant Colony and Genetic Programming Algorithm to optimize Travelling Salesmen problem (NP-Hard). However, the complexity of the algorithm requires considerable computational time…

Solving the Travelling Thief Problem based on Item Selection Weight and Reverse Order Allocation

2020-12-16 · Lei Yang, Zitong Zhang, Xiaotian Jia, Peipei Kang 외

The Travelling Thief Problem (TTP) is a challenging combinatorial optimization problem that attracts many scholars. The TTP interconnects two well-known NP-hard problems: the Travelling Salesman Problem (TSP) and the 0-1…

Combinatorial Optimization