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

搜索资源列表

  1. 混合SPMD 模拟退火算法及其应用.rar

    0下载:
  2. 所属分类:多媒体

    • 发布日期:
    • 文件大小:42209
    • 提供者:
  1. annealing

    0下载:
  2. 模拟退火算法求解TSP问题,求解TSP问题的模拟退火算法- The simulation 閫
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:陈晶晶
  1. aiwa

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:胡永生
  1. saMatlab

    0下载:
  2. 用matlab语言编写模拟退火算法,实现0-1被包问题-using Matlab language simulated annealing algorithm to achieve 0-1 by Kit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2512
    • 提供者:师俊峰
  1. mul-anneal

    0下载:
  2. 本代码包包含一个模拟退火算法的c++程序。此外还有其他一些源码,这在该压缩包中,有一个readme文档,对其进行了详细说明。-this code contains a simulated annealing algorithm c procedures. There are also some other source, which in the compressed, a readme files, its a detailed explanation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:49464
    • 提供者:王卫红
  1. MCM85B

    0下载:
  2. 模拟退火算法的一个数学建模的程序,大家试试看有没有用呀-simulated annealing a mathematical modeling process, we try not use ah
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2641
    • 提供者:何梅
  1. 20058222411814490

    0下载:
  2. 这里还有一个模拟退火算法的程序,我很不容易才找到的,可是我没有用-There is a simulated annealing procedures, I do not easily find, but I did not use
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:208056
    • 提供者:何梅
  1. MnthTsp

    0下载:
  2. 用模拟退火技术解决旅行商问题.算法中采用了人工智能中比较新的模拟退火算法.-simulated annealing technology to solve the traveling salesman problem. Algorithms used in the artificial intelligence relatively new simulated annealing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:101439
    • 提供者:刘先生
  1. tuihou

    0下载:
  2. 用VC++方法实现模拟退火算法,解决TSP问题-VC method of simulated annealing algorithm to solve TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:687803
    • 提供者:huangfu_dapeng
  1. C-SAA

    0下载:
  2. 因课程需要,编写了C语言的模拟退火算法,其中随机数的产生方法至关重要。-curriculum needs, the preparation of the C language simulated annealing algorithm, the number of random selection is crucial.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:漫游
  1. 粒子群

    1下载:
  2. 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操
  3. 所属分类:matlab例程

    • 发布日期:2019-05-15
    • 文件大小:5120
    • 提供者:李彤tongtong
  1. 模拟退火算法

    1下载:
  2. 解决最短路径问题运用弗洛伊德算法求出图论中的最短路径(Freud algorithm for shortest path)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-25
    • 文件大小:3072
    • 提供者:风023
  1. MATLAB_Codes

    1下载:
  2. 30个matlab智能算法,包括遗传算法,BP神经网络,模拟退火算法.(30 matlab intelligent algorithms, including genetic algorithm, BP neural network, simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-06
    • 文件大小:2844672
    • 提供者:loadew
  1. GASA

    2下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他

    • 发布日期:2019-07-19
    • 文件大小:1024
    • 提供者:果果66
  1. 各种算法解决TSP问题

    1下载:
  2. 禁忌算法、遗传算法、模拟退火算法、蚁群算法等等解决TSP问题。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. matlabprogram

    2下载:
  2. 智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-10
    • 文件大小:73728
    • 提供者:白桦树
  1. 粒子群算法原理及各种改进的PSO的matlab源码

    3下载:
  2. 各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-03
    • 文件大小:18993152
    • 提供者:byxws
  1. MATLAB求解VRP

    3下载:
  2. 遗传算法、模拟退火算法、禁忌搜索算法求解VRP问题的matlab程序(Matlab program of genetic algorithm, simulated annealing algorithm, tabu search algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:25600
    • 提供者:李太白12138
  1. 基于混沌自适应粒子群优化的matlab程序

    5下载:
  2. 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth
  3. 所属分类:其他

  1. chapter7

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

    • 发布日期:2020-11-10
    • 文件大小:4096
    • 提供者:长安Guli
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com