搜索资源列表
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
MTSPF
- 多旅行商问题matlab程序,可能比较简单,大家交流交流-mtsp matlab
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
- 蚁群算法实现最短路径,一个起点一个终点的问题-Ant colony algorithm shortest path problem, a starting point for an end
mtsp-with--pso
- 应用启发式算法-粒子群算法PSO,解决物流配送中心选址问题,结果好的解决了上述问题,值得参考。-PSO Particle Swarm algorithm using heuristic algorithm to address the logistics distribution center location problems, resulting in a good solution for this problem, it is also useful.
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
mtspv-MATLAB
- 另一种类型的多旅行商问题的源代码,从不同的起点出发,最后回到各自的起点。-other type mtsp code, diffrent start,then return the start
GA_TSP
- GA算法求解mTSP问题,通用,适合初学者-GA answer mTSP,suit the new learner
mTSP
- 多人员行走的路径规划问题模型的求解源代码。可以对应很多模型。非常不错。-more people route planning problem.it is very good
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)
YSPSOMTSP
- 用粒子群解多旅行商问题的初版,问题是现在求解的结果并不是最优,不知道问题出在哪里(The first edition of solving traveling salesman problem using particle swarm optimization, solving the problem is now the result is not optimal, don't know where is the problem)
(MTSP)的遗传算法的MATLAB程序
- 本例程是基于MATLAB编写的遗传算法的源代码,具有较高的实用价值(The source code of the genetic algorithm written in MATLAB)
mtspf_ga1
- 定起点定终点的多旅行商MTSP问题的MATLAB代码(Multiple travel quotient MATLAB code for fixed point terminal point)
遗传算法解决mtsp问题
- 利用遗传算法解决mtsp(多旅行商)问题,可以精准方面的找到最优解,输出结果图文并茂!