Google Answers Logo
View Question
 
Q: traveling salesman problem using simulated annealing algorithms for c/c++/matlab ( No Answer,   1 Comment )
Question  
Subject: traveling salesman problem using simulated annealing algorithms for c/c++/matlab
Category: Computers > Algorithms
Asked by: solarmars-ga
List Price: $50.00
Posted: 01 Dec 2005 22:18 PST
Expires: 02 Dec 2005 20:31 PST
Question ID: 600422
solve traveling salesman problem using simulated annealing algorithms.
The problem is to find circular route that visits each of N cities
once, starting from home city to minimize the geographic distance
traveled. at the end one returns to the home city. city coordinates
are a(0,0)home city, b(5,5), c(3,4), d(1,1),
e(0,6),f(7,0),g(2,3),h(2,4),i(3,5),j(4,6),k(4,1),l(1,5),m(0,2),n(5,4),o(2,0),p(5,6).

require: c++/c/matlab code, flow chart,explaination of the approach.
Answer  
There is no answer at this time.

Comments  
Subject: Re: traveling salesman problem using simulated annealing algorithms for c/c++/matlab
From: philnj-ga on 02 Dec 2005 10:44 PST
 
It has been several years since I've used MatLab, but I definitely
remember that one of the demos that Matlab shipped with the product
was a traveling sales man solution.  If you type "demo" at the command
prompt, I think you will get a window that allows you to run a bunch
of demos.   If you search around the executable path, you should find
a directory that has the command files that run the traveling sales
man demo.  Then you can look at the code and translate it into c or
c++ as required.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy