Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 444 Bytes

File metadata and controls

13 lines (11 loc) · 444 Bytes

GenePath

  • GenePath implementation of a genetic algorithm to solve the traveling salesman problem with animated visualizations
  • Check ./citydna/README.md on how to use
$ curl https://sh.rustup.rs -sSf | sh
$ cd citydna
$ cargo test -- --nocapture
$ cargo build
$ cargo run ./data/specs/specs1.csv ./data/cities/cities0.csv
$ cargo run ./data/specs/specsABC.csv ./data/cities/citiesA.csv > ./NEW_OUTPUT.csv