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

搜索资源列表

  1. tsp

    0下载:
  2. 這是一個利用模擬退火來計算TSP旅行家的問題
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1188107
    • 提供者:葉書豪
  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. AMGA-TSP

    1下载:
  2. 旅行商(TSP)问题用自适应记忆遗传算法(Adaptive Memory Genetic Algorithm, AMGA)在matlab下的实现-The traveling salesman problem (TSP), Adaptive Memory genetic algorithm (Adaptive Memory Genetic Algorithm, AMGA) in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14756
    • 提供者:zhaoyue
  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. TSP-Hopfield-CSharp

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:84381
    • 提供者:IR-1 Keren
  1. TSP

    0下载:
  2. Solve TSP by local approximation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:36580
    • 提供者:Sasha
  1. tsp

    0下载:
  2. Solucion sudamericano 2008
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:Julio
  1. TSP

    0下载:
  2. a tsp code by GA-a genetic code for tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4509
    • 提供者:ebrahim
  1. aco

    0下载:
  2. 蚁群算法的c++实现程序,是一个求解tsp的简单的例子-Ant colony algorithm implementation c++ program is a simple example of solving tsp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:nong
  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. Lin-Kernighan-heuristic-for-the-TSP-and-minimum-w

    0下载:
  2. Lin-Kernighan heuristic for the TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1859763
    • 提供者:Tom
  1. A-branch-and-bound-algorithm-for-asymmetric-TSP.r

    0下载:
  2. A branch-and-bound algorithm for asymmetric TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:14887
    • 提供者:Tom
  1. tsp

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

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

    0下载:
  2. TSP最短路径 最少时间 数学建模 -TSP shortest path at least time mathematical modeling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:李朝林
  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. TSP with Genetic algorithm

    0下载:
  2. this source for TSP with Genetic algorithm
  3. 所属分类:数学计算/工程计算

  1. Tabu Search TSP

    0下载:
  2. matlab code for tsp using tabu search
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:usgaa
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com