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

搜索资源列表

  1. TSP

    1下载:
  2. 应用Hopfield神经网络求解TSP问题 在VC++环境下编程 -using hopfield network solve the problem of TSP.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 蚁群算法求解TSP问题的源程序及简要说明-Ant Colony Algorithm for TSP problem and a brief descr iption of the source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2165
    • 提供者:QIUCHENGYU
  1. TSP

    0下载:
  2. 介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:67810
    • 提供者:vumeng
  1. TSP

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:117095
    • 提供者:IT农夫
  1. TSP

    0下载:
  2. 用C++实现遗传算法求解TSP问题.txt-C++ for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2191
    • 提供者:Melo Wong
  1. TSP

    0下载:
  2. TSP solved whit Genetic Algorithms in MATLAB GA toolbox
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:415246
    • 提供者:siulfer
  1. tsp

    1下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 混合蛙跳文章 混合蛙跳算法求解TSP问题.pdf-Articles Hybrid Hybrid Leapfrog Leapfrog algorithm to solve TSP problems. Pdf
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:139113
    • 提供者:lenovo
  1. sA-TS-for-TSP

    1下载:
  2. 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:74935
    • 提供者:mengxiangwei
  1. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3810
    • 提供者:zyh
  1. TSP-PDF

    0下载:
  2. 有关TSP遗传算法的的三个pdf论文。不错的参考-The TSP of the three genetic algorithms pdf papers. A good reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:471595
    • 提供者:远影
  1. tsp

    0下载:
  2. 利用模拟退火算法解决TSP问题(C++实现)-TSP PROBLEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3608
    • 提供者:duan
  1. TSP-InvertOver

    0下载:
  2. 采用Inver-over算法求解TSP问题(包括测试算例),算法结果较好,收敛较快。-This algorithm introuduce the Inver-over operotor that is solved TSP problems.(Including testing benchmarks).
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:356404
    • 提供者:李北辰
  1. TSP-GA

    0下载:
  2. 使用遗传算法解决TSP问题,简单,通用,鲁棒性好-The use of genetic algorithm to solve the TSP problem, simple, universal, robust and good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:212294
    • 提供者:赵群英
  1. TSP

    1下载:
  2. 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15818
    • 提供者:王剑亭
  1. GA-TSP

    0下载:
  2. 在matlab环境下,用遗传算法实现解决TSP问题。应该可以运行。。既不清楚了-deal with TSP problem with GA
  3. 所属分类:matlab

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

    0下载:
  2. GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1870
    • 提供者:张三
  1. TSP

    0下载:
  2. 禁忌算法解决TSP问题,程序简单效率高,欢迎来完善-Tabu algorithm to solve TSP problem, the program simple and efficient, welcome to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1108
    • 提供者:吕淇
  1. TSP

    0下载:
  2. 模拟退火处理tsp问题,matlab 代码-tsp problem matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74257
    • 提供者:yy
  1. TSP

    0下载:
  2. 遗传算法,可以实现遗传算法TSP优化,图形显示优化过程。可以设定遗传种群个数、变异率等参数。-Genetic algorithm, genetic algorithm can achieve TSP optimization, graphics optimization process. Can set the number of genetic populations, mutation rates and other parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2716172
    • 提供者:gyf
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com