How could I gather data for an experiment solving the traveling salesman problem by comparing ant colony optimization to genetic algorithms in terms of efficiency? Are there any recommended tools? My goal is to gather the data firsthand on my laptop.
I tried to understand the concepts, and I am still looking for a program that could run the simulation for both algorithms, preferably in Java.