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

搜索资源列表

  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. SimulatedAnnealingSA

    0下载:
  2. 模拟退火算法的实现,很好的。可以用到很多地方的!-Simulated annealing algorithm, very good. Can be used in many places!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2972
    • 提供者:hongliyu
  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. GA_test

    0下载:
  2. 遗传算法:二进制、单点交叉、单点变异、轮盘赌、模拟退火(默认无)、最优个体保留(默认无)-Genetic algorithm: binary, single-point crossover, single-point mutation, roulette, simulated annealing (default no), best individual reservations (default no)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2645
    • 提供者:owen
  1. QosMulticastMATLAB

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

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

    0下载:
  2. 主要介绍模拟退火算法,也是一个很好的启发式算法,在数值优化中用的比较多。-Introduces the simulated annealing algorithm is a good heuristic algorithm used in the comparison of numerical optimization more.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:141932
    • 提供者:吕琼帅
  1. monituihuojulei

    0下载:
  2. 常规聚类方法不能有效的处理局部极值问题,而模拟退火对处理极值问题有很好的能力
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:95232
    • 提供者:li qianqian
  1. tsp-ac

    0下载:
  2. 用模拟退火算法编写的解决旅行商问题的一个简单程序,所用语言为c语言。-Prepared by simulated annealing algorithm to solve traveling salesman problem with a simple procedure, the use of language c language.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:2141
    • 提供者:陈建飞
  1. gega

    0下载:
  2. 模拟退火算法,可以实现matlab中的旅行商问题,谢谢下载。-The emulation backs fire calculate way
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:8219
    • 提供者:hushu
  1. NP

    1下载:
  2. 基于模拟退火的粒子群算法,基于自然选择的粒子群算法,基于杂交的粒子群算法-Based on simulated annealing particle swarm algorithm, based on natural selection, particle swarm optimization, particle swarm optimization based on hybrid
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3704
    • 提供者:Scott
  1. annual

    0下载:
  2. 经典算法,模拟退火,十分实用,适合有一定Matlab基础的人-a very good algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:3004654
    • 提供者:yiming
  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. monituihuo

    0下载:
  2. 基于混沌的模拟退火算法,计算机的优化算法,是毕设的内容-Chaotic simulated annealing algorithm, the computer algorithm is complete contents of set
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5271
    • 提供者:郜振鑫
  1. TSP_matlab

    0下载:
  2. 这是模拟退火算法的一些实例,是关于模拟退火算法的实现,我觉得挺好看懂的-This is some examples of simulated annealing, is on the simulated annealing algorithm, I feel very good to read it
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3407
    • 提供者:emma
  1. watchanddoaboutmonituihuo

    0下载:
  2. 模拟退火算法的非常详细的介绍,模拟退火的基本理论、算法实现、实例-profile about monituihuo.basic knowlege/examples/realization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:368524
    • 提供者:武茗
  1. MyHamming

    0下载:
  2. 模拟退火算法求函数 f(x)的最小值点, 且 l <= x <= u f为待求函数,x0为初值点,l,u分别为搜索区间的上下限,kmax为最大迭代次数 q为退火因子,TolFun为函数容许误差 算法第一步根据输入变量数,将某些量设为缺省值- Simulated annealing algorithm of a function f (x) the minimum point, and l < = x < = u f is the unknown fun
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:850
    • 提供者:
  1. simulated-annealing-genetic-method

    1下载:
  2. 一种新型的算法,将模拟退火法和遗传算法相结合,用于求解预测问题-A new algorithm, simulated annealing and genetic algorithm are combined to solve the prediction problem for
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3005
    • 提供者:秦朗
  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. psooptimiton

    1下载:
  2. 粒子群求解无约束优化问题,包括基本粒子群算法,改进的粒子群算法,还有基于自然选择的粒子群算法和模拟退火的粒子群算法-Swarm for unconstrained optimization problems, including particle swarm algorithm, the improved particle swarm optimization, as well as natural selection based on PSO and simulated annealing p
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:10498
    • 提供者:王英
  1. image_segmentation

    0下载:
  2. 遗传模拟退火图像分割算法,对学习图像分割的童鞋们很有帮助,分割效果也很好~-Genetic simulated annealing algorithm for image segmentation, image segmentation of the study of children' s shoes are very helpful, segmentation is also very good ~
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4134096
    • 提供者:zhaolulu
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com