Genetic Algorithm
Solve the Travelling Salesman Problem by Genetic Algorithm
This project is one of my homework for groups of five people in AI class when I was studying in university.
Details
- Input: tsp file (coordinates of city)
- Output: csv file for Best Tour Length, Average Tour Length and Best Tour Path each Iteration
- Programming Language: Java
- Repository: Github
- Documentation: Thai Version
How to use this program
- Open the program and click “Open” button
- Select tsp file for input
- Type “Maximum Generation” number in the text field
- Click “Run GA” button
Example of Program
- User Interface
- Click “Open” button and select tsp file for input