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

搜索资源列表

  1. tabu.zip

    0下载:
  2. 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2191
    • 提供者:Erick Lee
  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-26
    • 文件大小:1167
    • 提供者:南达
  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-30
    • 文件大小: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. c1

    0下载:
  2. 粒子群算法求解TSP问题,大家共享哦,希望有所帮助-Particle Swarm Algorithm for TSP problem, we shared Oh, want to be helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1460
    • 提供者:464252762
  1. c

    0下载:
  2. 粒子群算法求解TSP问题,大家共享哦,希望有所帮助-Particle Swarm Algorithm for TSP problem, we shared Oh, want to be helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1756
    • 提供者:464252762
  1. TSP

    0下载:
  2. 这个一个经过优化的旅行商问题代码,运行速度很快-The traveling salesman problem an optimized code that runs fast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1068
    • 提供者:chen
  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-12
    • 文件大小:1863
    • 提供者:mqh
  1. LKHTSP

    0下载:
  2. 由Helsgaun改进的Lin-Kernighan局部启发搜索算法(LKH)求解大规模TSP问题,使用Java语言实现,具有强大的求解TSP性能。-Helsgaun improved the Lin-Kernighan local search algorithm (LKH) for solving large scale TSP problem, use the Java language, solving the TSP with a strong performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:788928
    • 提供者:new
  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-02
    • 文件大小: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

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

    0下载:
  2. TSP Travelling Salesman Problem Heuristic. We included the MST-Heuristik (Minimum Spaning Tree) as well as the Christofides-Heuristik. Both solve the TSP Problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:2048
    • 提供者:Testy Tum
  1. TSP-Heuristics

    1下载:
  2. Another version of TSP Travelling Salesman Problem Heuristic. We included the MST-Heuristik (Minimum Spaning Tree) as well as the Christofides-Heuristik. Both solve the TSP Problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-06-27
    • 文件大小:1921
    • 提供者:Testy Tum
  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
    • 提供者:小刚刚
« 12 3 4 »
搜珍网 www.dssz.com