The system contains a number of evolutionary algorithms developed in Java. This includes Genetic Algorithms, Ant Colony Optimization, Simulated Annealing, Tabu Search and Age Layered Population Structure.
The parameter files are located in the directory io/params/ and the main class is in ec.main.Run. Three tutorials have been set up and can be found in the directories
- io/params/tutorial1-ga-tsp/
- io/params/tutorial1-ant-tsp/
- io/params/tutorial1-alps-tsp/
A brief introduction is given to setting up 1 and 3.