Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.37 KB

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