In this project we apply genetic algorithms to the notorious Traveling Salesman Problem (TSP).
TSP has been studied ad nauseam outside the context of GAs, and many better solutions to TSP exist. In this project, we pretend that the world has just discovered the TSP, and knowing little about it, we apply the GA, which is a good technique for finding solutions to problems that are not well understood.
Extra Credit - Devise a new crossover function that improves the results of the GA. (8 points.)
Best Credit - Awarded to the student who finds the best route for the given TSP problem. (The route must be found using GAs. Other techniques are not allowed!) (10 points.)
Files for the project are available here.