CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - TSP问题

搜索资源列表

  1. TSP问题的相关知识及各种求解版本

    0下载:
  2. 本人搜集的各种TSP问题的资料和一些代码
  3. 所属分类:文档资料

  1. 遗传算法解决TSP问题

    0下载:
  2. 遗传算法解决TSP问题
  3. 所属分类:编程文档

  1. 分支定界求解TSP问题

    1下载:
  2. 分支限界法求解TSP问题[15] 分支限界法类又称为剪枝限界法或分支定界法,它类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法。它与回溯法有两点不同:①回溯法只通过约束条件剪去非可行解,而分支限界法不仅通过约束条件,而且通过目标函数的限界来减少无效搜索,也就是剪掉了某些不包含最优解的可行解。②在解空间树上的搜索方式也不相同。回溯法以深度优先的方式搜索解空间树,而分支限界法则以广度优先或以最小耗费优先的方式搜索解空间树。分支限界法的搜索策略是:在扩展结点处,先生成其所有的儿子结点(分支
  3. 所属分类:编程文档

    • 发布日期:2012-05-15
    • 文件大小:1163094
    • 提供者:paul2204@qq.com
  1. design.rar

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2641209
    • 提供者:曾亮
  1. shenjingtsp

    0下载:
  2. 神经网络解TSP问题,神经网络解TSP问题 -Neural Network Solutions TSP, neural network solutions TSP Neural Network Solutions TSP
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:120726
    • 提供者:雪落无声
  1. TSP

    0下载:
  2. 旅行商tsp问题 可以用c语言实现,请大家看看怎末该进源代码。-Tsp TSP problems can be resolved with c language, I want you to look into the source code of the怎末.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3912
    • 提供者:tangjinjin
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究 本文提出了一种新的免疫模拟退火算法,并将其应用于求解典型的NP问题—TSP问题 -Immune algorithm and simulated annealing algorithm for solving TSP problems is proposed in this paper a new immune simulated annealing algorithm, and applies it to solve the issue of
  3. 所属分类:Document

    • 发布日期:2017-05-10
    • 文件大小:2351367
    • 提供者:彭伟
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:96246
    • 提供者:june1989
  1. TSP

    0下载:
  2. TSP的蚁群实现,用蚁群算法来解决TSP问题-ant-based TSP
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1220
    • 提供者:花花
  1. the-TSP-program-

    0下载:
  2. 近邻法求解TSP问题程序设计说明书,针对TSP问题的分析,算法设计!-Neighbor method is used to solve the TSP program design specifications, according to the analysis of the TSP, algorithm design!
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:9480
    • 提供者:杨盼盼
  1. 求解TSP问题

    0下载:
  2. 对于TSP问题的路径优化,通过MATLAB实现
  3. 所属分类:文档资料

  1. ACO-TSP

    0下载:
  2. 运用ACO解决tsp问题,运用城市坐标可以检测tsp问题的正确性。-Use ACO to solve tsp problem, the use of the city coordinates can detect the the tsp problem of correctness.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:38826
    • 提供者:黄鸣鞑
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:65799
    • 提供者:罗顺昌
  1. TSP-MATLAB-CODE

    0下载:
  2. 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:163158
    • 提供者:王斌
  1. tsp

    0下载:
  2. 基于MATLAB的TSP问题求解,有详细的程序解释和代码-MATLAB-based problem solving TSP, a detailed explanation of the program and code
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:262919
    • 提供者:lix
  1. TSP

    0下载:
  2. 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:67290
    • 提供者:薄良娟
  1. TSP-problem-solving

    0下载:
  2. TSP问题求解教程,TSP problem solving-TSP problem solving,TSP problem solving
  3. 所属分类:software engineering

    • 发布日期:2017-12-18
    • 文件大小:70656
    • 提供者:www
  1. matlab解决tsp

    0下载:
  2. matlab中解决tsp问题经典蚁群算法(Classical ant colony algorithm for solving TSP problem in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:YQzzz
  1. 遗传算法求解MTSP问题

    0下载:
  2. 利用遗传算法求解MTSP问题,起点终点为同一点,对于传统的TSP问题计算速度很快。
  3. 所属分类:编程文档

    • 发布日期:2019-07-14
    • 文件大小:58880
    • 提供者:wowowowo_870810
  1. 数学建模:matlab蚁群算法解决TSP问题.pdf

    0下载:
  2. MATLAB蚁群算法的实现,解决最短路程问题,报告内全部是实现,并且实现的代码。
  3. 所属分类:报告论文

« 12 3 4 »
搜珍网 www.dssz.com