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

搜索资源列表

  1. 00000000000000000000000000000000000000000000000000

    0下载:
  2. 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
  3. 所属分类:Other systems

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

    0下载:
  2. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
  1. mnth

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

    • 发布日期:2017-04-01
    • 文件大小:5010
    • 提供者:leansmall
  1. QosMulticastMATLAB

    0下载:
  2. 功能代码含多种QoS约束的组播路由问题遗传模拟退火算法通用MATLAB源码.-multicast
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:4472
    • 提供者:孙博飞
  1. modern_youhua

    0下载:
  2. 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4639348
    • 提供者:zhang
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
  1. tuihuoyichuanfa

    1下载:
  2. 遗传模拟退火算法,是一种对遗传算法的改进,效率很好。-Annealing Genetic Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5266
    • 提供者:hancock
  1. 模拟退火算法

    0下载:
  2. 主要是介绍模拟退火算法的由来,及其模型,应用方面的问题
  3. 所属分类:编程文档

  1. 先进算法讲义

    1下载:
  2. 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
  3. 所属分类:文档资料

  1. 基于遗传模拟退货的聚类算法

    2下载:
  2. 基于遗传算法和模拟退火的模糊均值聚类算法(Fuzzy mean clustering)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:清风雅荷
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:7047168
    • 提供者:pursh
  1. 模拟退火

    0下载:
  2. 使用模拟退火算法的特性解决TSP问题,另外可以利用此算法优化其他算法。(Use the simulated annealing algorithm to solve the TSP problem, and you can use this algorithm to optimize other algorithms.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:5469184
    • 提供者:adolf123
  1. 模拟退火

    0下载:
  2. 模拟退火算法潮流计算程序,包含一个对模拟算法介绍的ppt(Simulated annealing algorithm The power flow calculation program contains a ppt for the simulation algorithm introduced)
  3. 所属分类:matlab例程

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

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

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

    0下载:
  2. 对于旅行商问题的求解,帮助你更好的理解模拟退火算法(The solution of the traveling salesman problem helps you better understand the simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ssssasd
  1. monituihuo

    0下载:
  2. 利用模拟退火算法计算f(x)=xcos(5*pi*x)+3.5在区间【-1,2.5】上的最小值(The minimum value of F (x) =xcos (5*pi*x) +3.5 in the interval [-1, 2.5] is calculated by using simulated annealing algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:91136
    • 提供者:nicolas_yin
  1. 退火算法

    0下载:
  2. 用matlab解决退火编程代码,优化整理,解决相关问题(Matlab annealing programming code to solve, optimize and solve related problems)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:13312
    • 提供者:曦风
  1. Matlab十大算法源代码

    0下载:
  2. Floyd算法,概率算法,类比法,蒙特卡洛,神经网络,贪婪算法,模拟退火算法,灰色预测,遗传算法等(Floyd algorithm, probability algorithm, analogy method, Monte Carlo, neural network, greedy algorithm, simulated annealing algorithm, grey prediction, genetic algorithm, etc.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:9578496
    • 提供者:peanut0414
  1. 遗传模拟退火算法

    0下载:
  2. 介绍了遗传算法和退火算法的结合使用,提高了GA本身的性能(introduce a method combine GA with SA to make a difference to GA)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:```hollyshee9
  1. 模拟退火tsp问题

    0下载:
  2. 这篇matlab程序应用模拟退火算法解决tsp问题(This matlab program uses simulated annealing algorithm to solve the TSP problem)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:nicaic
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com