- A Rust implementation of a genetic algorithm to solve the traveling salesman problem with animated visualizations
- See my Medium article for a more detailed discussion
- 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
33Mudy961bUk9zz35p68g9fE3uuHLRduRp