Skip to content

In this project, we have tried to harness the Genetic Algorithms to solve the travelling salesman problem on ATT48 dataset from TSPLIB and tried to find a solution that has a minimum cost of around 21,000 approx.

Notifications You must be signed in to change notification settings

itsarijitray/Minor-Project-BCA2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traveling Salesman Problem

Meta-heuristic Search Algorithms are very efficient optimization techniques when it comes to problems that require large solution space. Instead of giving exact solution, it tries to produce an approximate one that takes less time. These algorithms are problem independent and hence can be applied to a wider variety of problems. Some popular meta-heuristic algorithms in the literature are Genetic Algorithms, Simulated Annealing, Ant Colony Optimization etc.

In this project, we have tried to harness the Genetic Algorithms to solve the travelling salesman problem on ATT48 dataset from TSPLIB and tried to find a solution that has a minimum cost of around 21,000 approx.

ABOUT THE DATASET

Code

Name: TSP with GA.cpp

Programming Languages Used:

C++

Documentation

Name: README.pdf

References

Udit Chakraborty, “Introduction to soft computing Neuro-fuzzy and Genetic Algorithms”, Chapter 12, Page 14, Pearson India, 2013

About

In this project, we have tried to harness the Genetic Algorithms to solve the travelling salesman problem on ATT48 dataset from TSPLIB and tried to find a solution that has a minimum cost of around 21,000 approx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages