TSP matlab how many cities the program visit every t seconds

조회 수: 1 (최근 30일)
Ang Vas
Ang Vas 2016년 2월 17일
답변: Walter Roberson 2016년 2월 17일
Hello everybody, I need your help about an issue. I have found a TSP code from http://www.mathworks.com/matlabcentral/fileexchange/24857-another-tsp-solver/content/solveTSP.m and where when I run it everything is crystal clear. I want to ask if there is any way to calculate how many cities the salesman visits at a specific period of time. For instance let assume that we run cities = solveTSP( rand(10000,2), true );. The code start to visit the cities in order to find the optimum path, but what I want to know is how many cities the program visit every 0.5sec ( or in more general every t seconds);

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 17일
That algorithm visits all of the cities every step.

카테고리

Help CenterFile Exchange에서 Traveling Salesman (TSP)에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by