Copyright (c) 2016 Vidhya
This program runs with input from a file which contains data in the follwing format:
To run the Genetic Algorithm for the Traveling Salesman Problem, in the command line on ada.cs.pdx.edu, type: $clisp tsp.lisp <input_file>
The program would run and print the following:
- The distance of minimal distance tour in the inital population
- The distance of minimal distance tour (final tour) in final population
- The final tour's path represented by the city numbers
- The final tour's path represented by city coordinates
A sample input file is "input.txt"