by taiters_ on 8/5/24, 9:17 PM with 0 comments
Before jumping blindly into NEAT, I first tried out the Knapsack problem to learn the basics. After this, I discovered that the TSP is another interesting application. I've also been using this project as a chance to finally explore Rust, and as someone who primarily works in web, I decided to dabble in WASM while in the area. As a result, I've packaged up the TSP algorithm in a web page to visualise the process and allow users to experiment with different configurations.
I quite enjoy playing around with the parameters and watching the algorithm work, and thought it might be interesting for others as well, so instead of silently deploying this and moving on, I figured I'd share it here.
Any feedback is welcome!