Introduction - If you have any usage issues, please Google them yourself
This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. Usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
Packet : 95302926evolver.zip filelist
evolver/
evolver/CityMap.java
evolver/config100.txt
evolver/config30.txt
evolver/config50.txt
evolver/Evolver.java
evolver/GATimer.java
evolver/RandomCity.java
evolver/readme