Skip to content

michaelbanfield/geneticsalesman

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages