A simulated annealing demo program to heuristically solve TSP in Rust
I'm pretty sure there are hundreds of people already done this in Rust. However, I just wanted to make an easy to use GUI application to see it in action.
We use eframe to render the graphics.
Video:
rust-anneal.2025-05-09.03-38-10.mp4
- Install Rust.
cargo r
