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

搜索资源列表

  1. simulated-annealing_Matlab

    0下载:
  2. 模拟退火的实现,使用matlab实现的,可以直接运行-simulated annealing,Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1330
    • 提供者:Melo Wong
  1. SATSP

    0下载:
  2. 使用模拟退火算法(SA)解决TSP问题的Matlab代码-use SA for solving TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1754
    • 提供者:wli
  1. 3SAT

    0下载:
  2. 模拟退火求解 3SAT问题-模拟退火求解求解3SAT问题
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:87919
    • 提供者:JLH
  1. a

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,其中使用matlab程序编出了整个算法-Genetic algorithm based on simulated annealing scheduling problem of vehicles, which use matlab program code out of the whole algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1643388
    • 提供者:陈磊
  1. sa

    0下载:
  2. 模拟退火法作为一种全局优化算法,应用广泛。-Simulated annealing is a global optimization method, which is widely used。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1464
    • 提供者:刘鹏
  1. SA

    0下载:
  2. 用简单的模拟退火算法解决TSP问题的示例代码-Solving TSP problem with Simulated Annealing Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9933
    • 提供者:Liyiwei
  1. pso-program

    0下载:
  2. 各种粒子群算法程序,包含基本粒子群,带压缩因子的粒子群算法,权重改进的粒子群算法,变学习因子的粒子群算法,二阶粒子群算法,混沌粒子群算法以及模拟退火的粒子群算法,功能很强大,经过实测可以直接应用-A variety of particle swarm optimization procedures, including elementary particles group with compression factor of the particle swarm algorithm, the w
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:8654
    • 提供者:zxq
  1. center

    0下载:
  2. 实现遗传算法和模拟退火算法求解车辆路径问题-Achieve genetic algorithm and simulated annealing algorithm to solve vehicle routing problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2874
    • 提供者:王顺
  1. monituihuosuanfa

    1下载:
  2. 模拟退火算法求解TSP问题,Kirkpatric等将热力学中的退火思想引入组合优化领域,提出一种解大规模组合优化问题,特别是NP完全组合优化问题的有效近似算法——模拟退火算法(Simulated annealing algorithm)。-翻译结果(中 > 英)复制结果 Simulated annealing algorithm for solving TSP problems, the Kirkpatric will in thermodynamics of annealing id
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1492
    • 提供者:yang
  1. Mathematical-modeling

    0下载:
  2. 数学建模:最短距离和模拟退火 已调试好-The shortest distance and simulated annealing
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:309804
    • 提供者:yang
  1. FEC

    1下载:
  2. 复杂网络社团划分算法中的模拟退火算法,matlab实现的-Complex network of associations into the simulated annealing algorithm, matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:579441
    • 提供者:李小帅
  1. Simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法matlab源程序,运行过的,没有问题!-Simulated annealing algorithm matlab source code, run-off, no problem!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3812
    • 提供者:tiger
  1. mnth

    0下载:
  2. 一个模拟退火算法的例子,程序虽然简单但降温条件,降温函数,内外终止准则都有。可供初学者参考。-Example of a simulated annealing algorithm, the program is simple but cool conditions, cooling function, both inside and outside the termination criterion. Reference for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:14640
    • 提供者:刘博
  1. TSP

    0下载:
  2. 模拟退火算法求解旅行商问题 程序使用的参数说明:初始温度的选取方法:取一个确定值:280度 状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t) 降温算法:采用等比例下降的方法,比例系数为0.95 同一温度内计算结束的条件: 在每个温度下采用固定的迭代次数,Lk=100n,n为城市数; 算法结束条件: 当相邻三个温度得到的解无任何变化时算法停止。 -Simulated annealing algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1802
    • 提供者:朱茵茵
  1. solving-nonlinear-equations

    0下载:
  2. 用matlab语言实现模拟退火算法来解非线性方程组。-Matlab language implementation simulated annealing algorithm for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:169595
    • 提供者:gaolouhello
  1. hybrid-particle-swarm-optimization

    1下载:
  2. 3种分别基于选择、交叉、模拟退火的混合粒子群算法,matlab编程。-Were based on three kinds of selection, crossover, hybrid particle swarm simulated annealing algorithm, matlab programming.
  3. 所属分类:Special Effects

    • 发布日期:2016-11-29
    • 文件大小:2048
    • 提供者:王涛
  1. Simulated-annealing-algorithm

    0下载:
  2. 人工神经网络研究中,经典的模拟退火算法的实现。-Artificial neural network research, the classical simulated annealing algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4295258
    • 提供者:李佳佳
  1. SA

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

    • 发布日期:2017-04-15
    • 文件大小:5050
    • 提供者:and
  1. SA

    0下载:
  2. 实现一个MAX 3-SAT 问题的解决。采用模拟退火算法。-to implement a max 3-SAT problem optimization algorithm using simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:20017
    • 提供者:林曦
  1. monituihuosuanfa

    0下载:
  2. 模拟退火进化算法,进化优化算法的一种,可以测试通过!-Simulated annealing evolutionary algorithm, an evolutionary optimization algorithm that can test!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1602
    • 提供者:林夕
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com