Genetic Algorithm TSP

Hey, I'm making a GUI that's supposed to show the solution to the Traveling Salesman Problem, solved via Genetic Algorithms. Long story short, I made the code for the algorithm itself a few months back, but lost it somewhere along the line (left my darn flash drive in a different state... /fail).

I wrote the code from scratch (as was my task at the time), but I don't have enough time to re-code the entire thing before my project is due. Does anyone know of a site with some basic source code for something like this that I could nab? Or maybe knows of a copy of this sort of code that exists somewhere for the taking?

I know this is kind of a long shot, asking about something this obscure (or maybe this kind of thing comes up a lot, who knows), but time is sorta of the essence, so I thought it couldn't hurt to ask.
Last edited on
search for code project in google, and check it out by yourself for a similar project.
Thank you, I'd never heard of that site before. I'll check it out :)
Hmm, I can't seem to find what I'm looking for there. Are there any other sites similar to this? Thanks, any help is greatly appreciated. /bow
This is what h9uest was talking about -> http://www.codeproject.com/KB/recipes/tspapp.aspx
Topic archived. No new replies allowed.