Originally posted by: xirtam
Yeah, Dave, tried googling, came upon some stuff but not what I'm looking for yet. Still googling.
Well there's the k-opt system of optimization, which is after getting a fundamental route, implementing a system of switching nodes until the best path is found. 3-opt switches 3 nodes at a time, if I understand it correctly (and that's a really basic way to explain it, but you get the idea.)
Right now I'm almost done with a 2-opt algorithm and I want to see if anybody's done a 3-opt before. It'd be helpful. I'd like to do some efficiency tests.
Edit: Found it, thanks.