Traveling Salesman - Nearest Neighbor vs Genetic DEATHMATCH

Posted by EvilTeach on Stack Overflow See other posts from Stack Overflow or by EvilTeach
Published on 2008-12-10T14:22:23Z Indexed on 2010/05/17 3:50 UTC
Read the original article Hit count: 443

Over the last few days I have noted a few web sites that demonstrated TS solution using genetic algorithms.

I am looking for your opinion which is better for this particular problem.

Heuristics vs Genetic.

By better, I mean will yield a shorter/lower cost path.

Explain why you feel the way that you do.

Examples, and off-site links are welcome.

© Stack Overflow or respective owner

Related posts about traveling-salesman

Related posts about genetic-algorithm