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

搜索资源列表

  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_GSA

    0下载:
  2. tsp问题,是一个很典型的NP完全问题,该程序用了遗传—退火结合算法,能优化计算-tsp problem is a typical NP-complete problem, the program is to use genetic- combined annealing algorithms that optimize computing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2682
    • 提供者:钟世奇
  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的应用,有框架窗口。-A genetic algorithm and simulated annealing algorithm for TSP applications, there are frame window.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4495516
    • 提供者:terry
  1. tsp

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

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

    0下载:
  2. 高级人工智能算法中的TSP问题求解,应用模拟退火算法实现-tsp problem solved in vc++
  3. 所属分类:Communication-Mobile

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

    0下载:
  2. 应用模拟退火算法求解TSP的主要程序,主要应用在ITS中。-Application of simulated annealing algorithm for TSP of the main proceeding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:saishangniuyang
  1. TSP

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

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

    1下载:
  2. TSP 模拟退火 求最短路径 哈米尔顿回路-tsp
  3. 所属分类:matlab

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

    0下载:
  2. 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5487
    • 提供者:姚灵灵
  1. TSP

    0下载:
  2. 运用模拟退火法解决TSP问题,程序比较清晰,适合初学者借鉴-TSP using simulated annealing method to solve the problem, the program is relatively clear, suitable for beginners to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7909
    • 提供者:宋聃
  1. many-methods-to-solve-TSP

    1下载:
  2. 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7907
    • 提供者:xiaorh
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:507904
    • 提供者:echo750
  1. 模拟退火算法

    0下载:
  2. 基于模拟退火算法的求解TSP问题的matlab程序,对于学习算法的初学者,可作为入门的简单程序(To solve the problem of TSP simulated annealing algorithm based on the matlab program, for beginners learning algorithm, can be used as a simple entry procedures)
  3. 所属分类:matlab例程

  1. chapter19基于模拟退火算法的TSP算法

    2下载:
  2. 模拟退火算法属于现代算法,可以求得复杂函数的最优解(The simulated annealing algorithm belongs to modern algorithm, and the optimal solution of complex function can be obtained)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:
  1. 模拟退火算法tsp

    0下载:
  2. 用matlab实现模拟退火实现tsp问题。(Using MATLAB to achieve simulated annealing to achieve TSP problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:14336
    • 提供者:世攀
  1. 模拟退火

    0下载:
  2. 利用模拟退火算法 计算城市最短距离 无闭合回路tsp商旅问题求解(monituihou jiejeuchengshi zuiduanlujingwenti)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ruizhang
  1. 模拟退火算法

    1下载:
  2. 此问题为传统的TSP问题,从一个城市出发,到达目的地,所用算法为模拟退火算法,算法可以完美运行。(This problem is a traditional TSP problem, starting from a city, reaching the destination, the algorithm is simulated annealing algorithm, the algorithm can run perfectly.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:smoonlighter
  1. tsp_use_simulated_annealing

    0下载:
  2. 模拟退火TSPMatlab实现,Matlab代码(tsp_use_simulated_annealing)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:你2017
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com