多旅行商问题我要分享

Multiple traveling salesman problem

关注次数: 218

下载次数: 0

文件大小: 21.23 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 遗传算法解决5种多旅行商问题(mtsp)的matlab程序 分别为以下5中情况: 1.从不同起点出发回到起点(固定旅行商数量) 2.从不同起点出发回到起点(旅行商数量根据计算可变) 3.从同一起点出发回到起点 4.从同一起点出发不会到起点 5.从同一起点出发回到同一终点(与起点不同)


English Description:

  The MATLAB programs of genetic algorithm to solve five kinds of multi traveling salesman problems (MTSP) are as follows: 1. Starting from different starting points and returning to the starting point (fixed number of traveling salesman); 2. Starting from different starting points and returning to the starting point (number of traveling salesman can be changed according to calculation); 3. Starting from the same starting point and returning to the starting point; 4. Starting from the same starting point and not going to the starting point 5. Starting from the same starting point and returning to the same destination (different from the starting point)


代码预览

相关推荐