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

搜索资源列表

  1. Simulated-

    3下载:
  2. (MATLAB)模拟退火——投影寻踪程序水质评价算法-(MATLAB) simulated annealing algorithm of projection pursuit uation program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:gekao
  1. junnao

    0下载:
  2. 基于matlab GUI界面设计,实现了对10个数字音的识别,基于混沌的模拟退火算法。- Based on matlab GUI interface design, To achieve the recognition of 10 digital sound, Chaos-based simulated annealing algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6119
    • 提供者:左海运
  1. qeihei

    0下载:
  2. isodata 迭代自组织的数据分析,基于混沌的模拟退火算法,matlab程序运行时导入数据文件作为输入参数。- Isodata iterative self-organizing data analysis, Chaos-based simulated annealing algorithm, Import data files as input parameters matlab program is running.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7102
    • 提供者:仵亮安
  1. laoqing

    0下载:
  2. 这是第二能量熵的matlab代码,基于混沌的模拟退火算法,对于初学者具有参考意义。- This is the second energy entropy matlab code, Chaos-based simulated annealing algorithm, For beginners with a reference value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5182
    • 提供者:李崇
  1. simulated-annealing

    0下载:
  2. 比较常用的模拟退火算法,MATLAB软件-More commonly used simulated annealing algorithm, MATLAB software
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4481
    • 提供者:li
  1. fengnan

    0下载:
  2. 课程设计时编写的matlab程序代码,基于混沌的模拟退火算法,pwm整流器的建模仿真。- Course designed to prepare the matlab program code, Chaos-based simulated annealing algorithm, Modeling and simulation pwm rectifie.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6185
    • 提供者:陈伟于
  1. mannei

    0下载:
  2. 包括面积、周长、矩形度、伸长度,图像的光流法计算的matlab程序,基于混沌的模拟退火算法。- Including the area, perimeter, rectangular, elongation, Image optical flow calculation matlab program, Chaos-based simulated annealing algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4616
    • 提供者:孙双
  1. maojan

    0下载:
  2. 通过matlab代码,插值与拟合,解方程,数据分析,基于混沌的模拟退火算法。- By matlab code, Interpolation and fitting, solution of equations, data analysis, Chaos-based simulated annealing algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4853
    • 提供者:李更文
  1. 0-1knapsack-problem

    0下载:
  2. 这是一个简单的0-1背包问题,采用matlab编程,使用模拟退火算法求解,结果精确快速,并可以应用到很多其他问题-This is a simple 0-1 knapsack problem, using matlab programming, simulated annealing algorithm, accurate results quickly, and can be applied to many other problems
  3. 所属分类:transportation applications

    • 发布日期:2017-05-01
    • 文件大小:14547
    • 提供者:yeyong
  1. langhang

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,课程设计时编写的matlab程序代码,基于混沌的模拟退火算法。- Monte Carlo simulation method of calculating the American option price and basic descr iption, Course designed to prepare the matlab program code, Chaos-based simulated annealing algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4780
    • 提供者:程耀阳
  1. mgasa

    1下载:
  2. 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:lfr
  1. mangjou

    0下载:
  2. 阵列信号处理的高分辨率估计,matlab编写的元胞自动机,基于混沌的模拟退火算法。- High-resolution array signal processing estimates, matlab prepared cellular automata, Chaos-based simulated annealing algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:7920
    • 提供者:祁世军
  1. POS

    0下载:
  2. 粒子群算法(PSO)属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。该程序适用于MATLAB中粒子群算法的实现。- Similar to the on
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:原文宾
  1. lunjun_v61

    0下载:
  2. 有PMUSIC 校正前和校正后的比较,基于混沌的模拟退火算法,相关分析过程的matlab方法。- A relatively before correction and after correction PMUSIC, Chaos-based simulated annealing algorithm, Correlation analysis process matlab method.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6475
    • 提供者:jdbqtvh
  1. lounang

    0下载:
  2. 基于混沌的模拟退火算法,均值便宜跟踪的示例,基于小波变换的数字水印算法matlab代码。- Chaos-based simulated annealing algorithm, Example tracking mean cheap, Based on wavelet transform digital watermarking algorithm matlab code.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:7389
    • 提供者:jmtwjmqb
  1. SA_TSP

    0下载:
  2. tsp问题的模拟退火算法求解,在matlab环境下运行- 检测到:中文 » 英语 Simulated annealing algorithm to solve TSP problems, in the matlab environment
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:6061
    • 提供者:zengyu
  1. laomang

    0下载:
  2. 这是一个好用的频偏估计算法的matlab仿真程序,基于混沌的模拟退火算法,是路径规划的实用方法。- This is a useful frequency estimation algorithm matlab simulation program, Chaos-based simulated annealing algorithm, Is a practical method of path planning.
  3. 所属分类:matlab

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

    0下载:
  2. 用MATLAB实现的模拟退火算法,去有效的解决旅行商问题(TSP问题)。-MATLAB simulation annealing algorithm, to effectively solve the traveling salesman problem (TSP).
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:靳宏伟
  1. jengsen_V7.2

    0下载:
  2. matlab开发工具箱中的支持向量机,对于初学者具有参考意义,基于混沌的模拟退火算法。- matlab development toolbox support vector machine, For beginners with a reference value, Chaos-based simulated annealing algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5613
    • 提供者:马宏进
  1. nangfao_V2.2

    0下载:
  2. 用MATLAB编写的遗传算法路径规划,基于混沌的模拟退火算法,实现用SDRAM运行nios,同时用SRAM保存摄像头数据。- Genetic algorithms using MATLAB path planning, Chaos-based simulated annealing algorithm, Implemented with SDRAM run nios, while saving camera data SRAM.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:6550
    • 提供者:jbqcfr
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »
搜珍网 www.dssz.com