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

搜索资源列表

  1. tsp

    0下载:
  2. 用c语言来求解tsp问题,最终输出最短距离的路径。-C language to solve tsp problem, the final output of the shortest path distance.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:219811
    • 提供者:林小桃
  1. TSP-VB-(128-Cities-in-NA)

    0下载:
  2. TSP cities-TSP cities..............................
  3. 所属分类:Other Databases

    • 发布日期:2017-04-26
    • 文件大小:130765
    • 提供者:WengHong
  1. APSO-GA-ACO-TSP

    1下载:
  2. 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming a fuzzy adaptive particle swar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:19904
    • 提供者:张海俊
  1. TSP-PROBLEM

    0下载:
  2. C99标准实现的动态规划法和分支定界法解决TSP问题-Dynamic Programming Method and Brand-and-Bound Method Solving TSP Problem Under C99 Standard
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5977
    • 提供者:create
  1. TSP

    2下载:
  2. 用穷举法解决TSP问题,有文档,有注释,适合新手学习-Solve TSP problem by brute-force method, there are documents, notes, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2015-04-10
    • 文件大小:30720
    • 提供者:李卫巍
  1. ca-tsp

    0下载:
  2. 遗传算法求解TSP问题 遗传算法求解TSP问题 遗传算法求解TSP问题-GA TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5356
    • 提供者:charlie
  1. Aco-TSP-

    0下载:
  2. Ant colony algorithm to solve TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7236
    • 提供者:flying
  1. TSP

    0下载:
  2. TSP 旅行商模版 TSP 旅行商模版-TSP TSP templateTSP TSP templateTSP TSP template
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:698
    • 提供者:石飞达
  1. TSP

    0下载:
  2. 旅行商问题,即TSP问题(Travelling Salesman Problem)又译为旅行推销员问题、货郎担问题,是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。-Traveling Salesman Problem, or TSP problem (Travelling Salesman Problem) also translated
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1174
    • 提供者:艾岳巍
  1. Tsp

    0下载:
  2. 模拟退火算法求解TSP问题,这个算法比其他的算法找到的最优解相对最优-Simulated annealing algorithm for TSP, the optimal solution of this algorithm is better than other algorithms to find the optimal relative
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1273778
    • 提供者:李佳佳
  1. PSO-GA-TSP-PID

    1下载:
  2. 压缩包包括5个群智能算法的程序,即PSOGA-PID优化,PSO的多目标perota优化问题,基于TSP-PSO算法,遗传算法求解TSP问题,遗传算法求解TSP问题-Compression package includes five swarm intelligence algorithm procedures, namely PSOGA-PID optimization, PSO perota multi-objective optimization problem, TSP-PSO algo
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:173006
    • 提供者:wangjc
  1. TSP(GA)

    0下载:
  2. 遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program (
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:919588
    • 提供者:bigrao
  1. TSP(GA)

    0下载:
  2. 最短路 matlab 以最短行走中国为例 可视化整个过程 遗传算法-TSP GA MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:917648
    • 提供者:
  1. TSP-using-Discrete-GA

    0下载:
  2. TSP using Discrete Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3115
    • 提供者:mohammad
  1. Simulated-annealing-for-bier127.tsp

    0下载:
  2. matlab source for Simulated annealing solving bier127.tsp
  3. 所属分类:matlab

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

    0下载:
  2. 用邻接表解决的TSP变形问题(带权值求最长路径)-TSP deformation problems solved with the adjacent table (with the right to find the value of the longest path)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2075
    • 提供者:Conny Lu
  1. Ant(TSP)

    0下载:
  2. 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象。-The program is based on ant colony system for the ant colony algorithm model to write (stressed: non Zhou Moxing ant), with three well-known TSP problem as the test object.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:德静
  1. genetic-algorithm-TSP

    0下载:
  2. 遗传算法求解随机生成城市的最短路径问题即旅行商问题,同时生成路径图-a solution to TSP problem based on genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12242
    • 提供者:Di Lu
  1. algorithm-program-for-TSP

    0下载:
  2. 专门用于求解TSP问题的蚁群算法程序-algorithm program for TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1955
    • 提供者:hxw
  1. TSP

    0下载:
  2. TSP问题的模拟退火法求解,能够反推相关城市之间最优函数的求解-TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:123412
    • 提供者:wenwen
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com