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

搜索资源列表

  1. ACOTSP.V1.1

    0下载:
  2. 是从一个国外的蚁群算法网站上下载的源程序,是用蚁群算法解TSP问题的源程序!感谢开放源程序-from a foreign website ant algorithm download the source code, is ACO for the TSP source! thanks to open source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95478
    • 提供者:鄭天才
  1. tuihuosuanfa

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-in Visual C compiler environment, simulated annealing procedures, and use them for the 48 cities in the TSP.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:56340
    • 提供者:yuanhai
  1. tspsa

    0下载:
  2. 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1231687
    • 提供者:吴昆
  1. tsp

    0下载:
  2. 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4920
    • 提供者:长亭
  1. tsp10

    1下载:
  2. 穷举法解决tsp问题 但城市数目不超过11个。-Brute-force method to solve the problem but the city tsp of not more than 11.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1167
    • 提供者:南达
  1. TSP

    0下载:
  2. 分支界限法解绝旅行商货郎担问题。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4661
    • 提供者:大名
  1. TSP-GA

    1下载:
  2. 旅行商(TSP)问题用标准遗传算法(GA)在matlab下实现的。-The traveling salesman problem (TSP) using standard genetic algorithm (GA) under Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14542
    • 提供者:zhaoyue
  1. lvxingshangwenti

    0下载:
  2. 旅行商问题,即TSP问题(Traveling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 TSP问题是一个组合优化问题。该问题可以被证明具有NPC计算复杂性。因此,任何能使该问题的求解得以简化的方法,都将受到高度的评价和关注。 -Traveling salesman problem, the T
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:669462
    • 提供者:zhengjie
  1. TSPLINGOCODE

    0下载:
  2. 由于上面没有LINGO类型,所以以VC++代替,实际是LINGO程序,希望理解,主要解决TSP问题,程序已经调试通过,并添加了详细的注释-As above, there is no LINGO type, so as to VC++ instead of the actual procedure is LINGO, want to understand, the main problem to solve TSP, the program has been debugged, and added
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:mqh
  1. tsp

    1下载:
  2. tsp问题的一个遗传算法,附带两个算例。-A genetic algorithm tsp problem, with two examples.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:141792
    • 提供者:郝明亮
  1. TSP-test

    0下载:
  2. TSP程序记忆自适应收敛测试。记忆遗传算法研究及在TSP问题中的应用的收敛测试部分。-TSP program memory adaptive convergence test. Memory genetic algorithm research and applications in the TSP problem in convergence test section.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:16828
    • 提供者:zhaoyue
  1. GA-TSP

    0下载:
  2. 智能优化算法里的遗传算法解决TSP问题,vc++编写,有注释。-Intelligent optimization algorithm of genetic algorithm to solve TSP, vc++ write, comment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1751
    • 提供者:陆为霜
  1. TSP

    0下载:
  2. 模拟退火算法的tsp问题在matlab中的解决方案-The solution of the simulated annealing algorithm for the tsp problem in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4108
    • 提供者:Ding
  1. tsp

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1214
    • 提供者:yu hai
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. lingo-TSP

    0下载:
  2. lingo解决TSP问题 最短路问题 分配问题(指派问题,Assignment Problem) lingo源代码-Examples lingo lingo principle to solve TSP source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:27530
    • 提供者:辛辛
  1. TSP

    0下载:
  2. TSP问题的优化算法,完整源代码加程序,推荐-Optimization algorithm forTSP problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3030588
    • 提供者:周靖昆
  1. tsp

    0下载:
  2. 基于贪心算法计算tsp问题-TSP problem based on greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:星月枫
  1. multi-tsp

    1下载:
  2. 针对多旅行商问题的tsp问题的遗传算法matlab程序-TSP problem for multi- traveling salesman problem of genetic algorithm matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:15360
    • 提供者:小刚刚
  1. LINGO1

    0下载:
  2. TSP问题的lingo程序,结合maltab(TSP problems lingo procedures, combined with maltab)
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:hazelmao
« 12 3 4 »
搜珍网 www.dssz.com