搜索资源列表
xunlu2hi
- 数学建模\\98B 题灾情巡视路线求解程序(多旅行商)-mathematical modeling \\ 98B disaster inspection line that the solver (MTSP)
AHybidGeneticAgorithmtoSolveTS
- 求解TSP和MTSP的混合遗传算法_英文_,Abstract:M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup cit ies and returns the same start ing city. The to tal length of all subtours is required to be m ini2 mum. Th is is called
TSPandMTSP
- MTSP 问题其实与单 旅行商问题(Traveling Salesperson Problem ,简称TSP) 相似,但是由于添加了任何城市只要被某一旅行商访问到即可这个附加条 件,因而增加了问题复杂度。在以前使用遗传算法(GA) 研究解决MTSP 问题时,通常采用标准的TSP 染色体和处理方法。-M any app licat ions are invo lved w ith mult ip le salesmen each of w hom visits a subgroup c
HybridalgorithmbasedonabalancedstudyofMTSP
- 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
matlab-mtsp-problem
- 这是一篇关于多旅行商问题的学术论文,非常有新意,非常有利于我们深入了解mtsp问题的本质-This is a multi-traveling salesman problem on the papers, very fresh, very beneficial to our in-depth understanding of the nature of the problem mtsp
TabuSearchforTSP
- This gives source code of traveling salesman problem. The algorithm used is tabu search.
MTSPF
- 多旅行商问题matlab程序,可能比较简单,大家交流交流-mtsp matlab
mtsp
- matlab多旅行商问题,用遗传算法求解代码-matlab mtsp
MTSP
- mtsp解决方案的matlab求解,可以很好的解决多旅行商的tsp问题-mstp solution matlab solving Can solve the multiple traveling salesman tsp
mtsp
- 多旅行商问题的遗传算法 环形 固定节点- MTSPOFS_GA Fixed Start Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (le
MTSP_floyed
- 求解MTSP问题的floyd算法,含数据,实例-floyd algorithm for MTSP
MATLAB-MTSP
- 遗传算法解决5种多旅行商问题(mtsp)的matlab程序 分别为以下5中情况: 1.从不同起点出发回到起点(固定旅行商数量) 2.从不同起点出发回到起点(旅行商数量根据计算可变) 3.从同一起点出发回到起点 4.从同一起点出发不会到起点 5.从同一起点出发回到同一终点(与起点不同)-5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab progra
ACO---pso-MTSP-
- 基于蚁群—粒子群的TSP求解,可以解决蚁群算法陷入局部最优解的问题,更好求出TSP问题-Based on ACO- pso MTSP solving the problem can be solved ant colony algorithm into local optimal solution, obtaining better TSP problem
mTSP-code-MATLAB
- 多旅行商问题的源程序,非常的不错,可以借鉴参考.使用MATLAB仿真。-mTSP-code,it is good and use MATLAB
MTSP
- MTSP的求解程序代码 MTSP的求解程序代码-MTSP solving program code, mtsp
MTSP
- 多旅行商MTSP问题遗传算法应用遗传算法求解多旅行商问题的算法设计,并将其与模拟退火算法比较与结合,有效提高了运算的速度和效率。-Multi traveling salesman MTSP problem genetic algorithm genetic algorithm to solve the problem of multiple traveling salesman problem algorithm design, and it is compared with the simul
MTSP
- matlab的两个函数,可以用于解决多旅行商问题(solve the problem of MTSP)
mtsp问题matlab代码
- 使用ga算法,通过八种评价机制解决多旅行商问题(The GA algorithm is used to solve the multiple traveling salesman problem via eight evaluation mechanisms)
mtspf_ga1
- 定起点定终点的多旅行商MTSP问题的MATLAB代码(Multiple travel quotient MATLAB code for fixed point terminal point)
遗传算法解决mtsp问题
- 利用遗传算法解决mtsp(多旅行商)问题,可以精准方面的找到最优解,输出结果图文并茂!