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

搜索资源列表

  1. matlab for TSP problem

    0下载:
  2. matlab code writen by somebody for TSP problem with tabu search
  3. 所属分类:文档资料

    • 发布日期:2009-05-08
    • 文件大小:43520
    • 提供者:jiajuan911
  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. Documento Estimaciones TSP

    0下载:
  2. Pretende realizar las Estimaciones TSP de un proyecto de software.
  3. 所属分类:行业发展研究

  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. TSPwithMPI

    0下载:
  2. TSP using GA in Matlab
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:173515
    • 提供者:Elma
  1. backtracking-algorithm-C

    0下载:
  2. 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:57004
    • 提供者:naiyu
  1. Discrete_PSO_TSP

    0下载:
  2. discret pso for tsp discret pso for tsp discret pso for tsp-discret pso for tsp discret pso for tspdiscret pso for tspdiscret pso for tsp
  3. 所属分类:Communication

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

    0下载:
  2. 用matlab解决TSP旅行商问题,针对30个城市最短路径进行优化-Using matlab to solve the traveling salesman problem TSP for 30 cities to optimize the shortest path
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:4346
    • 提供者:洪波
  1. TSPwith

    0下载:
  2. this the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them-this is the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them...
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:301537
    • 提供者:Navid Yamini
  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-HNN

    0下载:
  2. solve TSP problem using hopfield neural network
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:102024
    • 提供者:SyalrBug
  1. 求解TSP问题

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

  1. matlab解决tsp

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

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:YQzzz
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com