SOTAVerified

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

2022-02-08Code Available0· sign in to hype

Gyanateet Dutta

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Reproductions