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

搜索资源列表

  1. 模拟退火算法程序源码

    1下载:
  2. 本文档为模拟退火算法的C++源码实现,文档形式为PDF格式,源码详细具体,而且每一行代码带有说明
  3. 所属分类:文档资料

  1. matlab模拟退火算法

    11下载:
  2. 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
  3. 所属分类:matlab例程

  1. 模拟退火算法程序

    1下载:
  2. 模拟退火算法程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-02-15
    • 文件大小:179383
    • 提供者:beautywife
  1. 模拟退火算法matlab源程序

    1下载:
  2. 模拟退火算法matlab源程序
  3. 所属分类:matlab例程

    • 发布日期:2012-03-23
    • 文件大小:19968
    • 提供者:yanbo001
  1. 退火算法

    0下载:
  2. 退火算法希望对大家有所帮助,可以跑出图,请放心下载(Annealing algorithm, we hope to help, you can run out of map, please rest assured that download)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:11264
    • 提供者:美好时代
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法是一种演化算法,在很多地方都有应用,这是一个C语言实现的模拟退火程序。(A simulated annealing program wiitten by C.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:晨晨宝宝
  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. 模拟退火算法

    0下载:
  2. 模拟退火算法属于现代优化算法的一种,,实现NP-hard组优化问题的全局最优解,解决大量的实际问题(The simulated annealing algorithm is one of the modern optimization algorithms, which can solve the global optimal solution of the NP-hard group optimization problem and solve a lot of practical probl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Berlin0724
  1. 退火算法

    0下载:
  2. 利用退火算法解决最优化问题,如最多带物品的质量为M,每件物品的质量为mi,价格为yi,怎么做才能带走价值最多的物品?(Annealing algorithm to solve the optimization problem, such as the maximum quality of goods with M, the quality of each item is Mi, the price is Yi, how to do to take away the most valuable i
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:梦忧伤361
  1. 模拟退火算法计算函数最小值以及SVM参数寻优

    3下载:
  2. 利用模拟退火算法求解已知函数的最小值,即模拟退火算法寻优问题,可以广泛推广。(Using simulated annealing algorithm to solve the minimum of the known function, that is, the simulated annealing algorithm optimization problem, can be widely promoted.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:mumucq
  1. 基于模拟退火算法的聚类算法

    3下载:
  2. 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:tzyyzt
  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. tl模拟退火算法(终)

    2下载:
  2. 求解多车型、多约束的模拟退火算法求解最短路问题(Solving the shortest path problem by simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1392640
    • 提供者:YXY0216
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法的matlab代码示例(TSP algorithm based on simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:qiu@qiu
  1. 模拟退火算法

    3下载:
  2. 模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, is a kind of algorithm based on probability, the solid h
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:586752
    • 提供者:ZJN27
  1. 6.模拟退火算法

    0下载:
  2. 模拟退火算法,利用MATLAB生成的,适用于数学建模(Simulated annealing algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:主角儿
  1. 模拟退火算法

    0下载:
  2. 简述了数学建模模拟退火算法实例,并用MATLAB实现(An example of simulated annealing algorithm for mathematical modeling is introduced, and it is implemented in MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:李小爱lzy
  1. 模拟退火算法及其在求解TSP中的应用

    2下载:
  2. 模拟退火算法(Simulated Annealing,SA)最早的思想是由N. Metropolis [1] 等人于1953年提出。1983 年,S. Kirkpatrick 等成功地将退火思想引入到组合优化领域。它是基于Monte-Carlo迭代求解策略的一种随机寻优算法,其出发点是基于物理中固体物质的退火过程与一般组合优化问题之间的相似性。(The earliest idea of Simulated Annealing (SA) was put forward by N. Metropo
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:152576
    • 提供者:绝情逆空
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-17
    • 文件大小:12288
    • 提供者:重中之重去
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com