Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 332 Bytes

geneticsalesman

Solves traveling salesman problem using a genetic algorithm.

Usage:

make
./dist/release/geneticsalesman filename generations cities population

The map file should be in the format,

xcoordinate ycoordinate\n
...
...

there is a utility to create such a file in the repository CitiesUtility.