CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - MTSP Problem

搜索资源列表

  1. TSPandMTSP

    0下载:
  2. 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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:216578
    • 提供者:liqiubin
  1. HybridalgorithmbasedonabalancedstudyofMTSP

    1下载:
  2. 基于混合算法的均衡路程MTSP研究 给出了MTSP的整数线性规划模型、分类, 提出了均衡各旅行商访问路程和均衡各旅行商访问人数的多目标 问题针对均衡各旅行商访问路程的设计了相应的求解算法, 求解算法为遗传算法和一的混合算法给出了相应 的示例和实验结果, 并对实验结果的有效性进行了研究-Hybrid algorithm based on a balanced study of MTSP given distance of the MTSP integer linear programm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-15
    • 文件大小:254975
    • 提供者:Notics
  1. matlab-mtsp-problem

    0下载:
  2. 这是一篇关于多旅行商问题的学术论文,非常有新意,非常有利于我们深入了解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
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:49325
    • 提供者:王斌
  1. TabuSearchforTSP

    0下载:
  2. This gives source code of traveling salesman problem. The algorithm used is tabu search.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9153
    • 提供者:Roger
  1. mtsp

    0下载:
  2. 多旅行商问题的遗传算法 环形 固定节点- 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
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:9987
    • 提供者:pxl
  1. MTSP

    2下载:
  2. 蚁群算法实现最短路径,一个起点一个终点的问题-Ant colony algorithm shortest path problem, a starting point for an end
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:9777
    • 提供者:周江
  1. mtsp-with--pso

    3下载:
  2. 应用启发式算法-粒子群算法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.
  3. 所属分类:matlab

    • 发布日期:2015-12-26
    • 文件大小:16384
    • 提供者:chaihongjian
  1. MATLAB-MTSP

    25下载:
  2. 遗传算法解决5种多旅行商问题(mtsp)的matlab程序 分别为以下5中情况: 1.从不同起点出发回到起点(固定旅行商数量) 2.从不同起点出发回到起点(旅行商数量根据计算可变) 3.从同一起点出发回到起点 4.从同一起点出发不会到起点 5.从同一起点出发回到同一终点(与起点不同)-5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab progra
  3. 所属分类:matlab

    • 发布日期:2016-09-16
    • 文件大小:21504
    • 提供者:dou
  1. ACO---pso-MTSP-

    2下载:
  2. 基于蚁群—粒子群的TSP求解,可以解决蚁群算法陷入局部最优解的问题,更好求出TSP问题-Based on ACO- pso MTSP solving the problem can be solved ant colony algorithm into local optimal solution, obtaining better TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:8031
    • 提供者:tong
  1. mTSP

    1下载:
  2. 多人员行走的路径规划问题模型的求解源代码。可以对应很多模型。非常不错。-more people route planning problem.it is very good
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3943
    • 提供者:武子龙
  1. MTSP

    2下载:
  2. 多旅行商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
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1646598
    • 提供者:zhch78
  1. MTSP

    0下载:
  2. matlab的两个函数,可以用于解决多旅行商问题(solve the problem of MTSP)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:pompon_g
  1. mtsp问题matlab代码

    1下载:
  2. 使用ga算法,通过八种评价机制解决多旅行商问题(The GA algorithm is used to solve the multiple traveling salesman problem via eight evaluation mechanisms)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:jyw
  1. mtsp_ga

    1下载:
  2. 多旅行商的最短路径选择。80个城市,5个旅行商,距离矩阵部分采用最优算法(Shortest path selection for multiple traveling salesman problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:良尚
  1. YSPSOMTSP

    1下载:
  2. 用粒子群解多旅行商问题的初版,问题是现在求解的结果并不是最优,不知道问题出在哪里(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)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:v大河小溪
  1. 79419092ACO---pso-MTSP-

    1下载:
  2. ACO-PSO结合的解决TSP问题的一种方法(The ACO-PSO combines a solution to the TSP problem and the algorithm is very reliable.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:7168
    • 提供者:三明治
  1. Genetic-Algorithm-Path-master

    0下载:
  2. 通过遗传(GA)算法求解多旅行商(MSTP)问题,用于解决多目标的任务分配(GA algorithm was used to solve MSTP problem,used to solve multi-objective task assignment)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-28
    • 文件大小:7168
    • 提供者:陈胖
搜珍网 www.dssz.com