Genetic Algorithm for travelling salesman problem in Rust Running: cargo run Build: cargo build The example as it stands has an ideal solution with fitness: 0.125. Adjust the parameters and test different options. Update the hardcoded city list to try other problems.