Implement a genetic algorithm to find a solution to the Traveling Salesman Problem for the following distance matrix:
3 ビュー (過去 30 日間)
古いコメントを表示
Instructions:
- there are 15 cities indicated by 1-15. the distance from city 1 to city 1 is nothing. the distance from city 2 to city 1 is 1. the distance from city 3 to city 1 is 10and so forth.
- write the algorithm in pseudo code or in any notation you want that finds the shortest route to take between the cities.
- you do not need to implement the algorithm in a programming language.
- you are just defining and describing a solution

0 件のコメント
回答 (1 件)
Image Analyst
2016 年 12 月 25 日
編集済み: Image Analyst
2016 年 12 月 25 日
The algorithm is described in Wikipedia:
Have you tried searching the web???
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!