CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 适应值

搜索资源列表

  1. GA

    0下载:
  2. 热力学遗传算"~-(therm odynamical genetic algorithms,简称TDGA)借鉴固体退火过程中能量与熵的竞争 模式来协调GA 中“选择压力”和“种群多样性”之间的冲突.然而TDGA 目前极高的计算代价限制了其应用.为了提 高TDGA的计算效率,首先定义一种等级熵(rating—based entropy,J~j称RE)度量方法,它能以较小的计算成本度量种 群中个体适应值的分散程度.然后引入分量热力学替换规则(component thermod)rnami
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:384343
    • 提供者:郭事业
  1. SGA

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8610
    • 提供者:hua gong
  1. waveletthresholddenoising

    2下载:
  2. 基于MATLAB的小波阈值去噪方法的研究(其中包括软阈值方法,硬阈值方法,广义小波阈值函数,自适应特征阈值等方法的代码)-MATLAB-based wavelet threshold denoising (including soft-thresholding method, hard threshold method, generalized wavelet thresholding function, adaptive threshold methods such as feature co
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:130886
    • 提供者:梁娟
  1. pro_2

    0下载:
  2. 用局部参数最优化方法设计一个模型参考自适应系统,可调增益的初值Kc(0)=0.2,给定值r(t)为单位阶跃信号,即r(t)=A×1(t)。 要求: 1把连续系统离散化(采样时间可取0.1)。 2编制并运行这个系统的计算机程序(注意调整B值,使系统获得较好的自适应特性)。 3记录ym、yp的曲线 记录kp×kc的曲线 记录广义输出误差e的变化曲线。 4在参数收敛后,让Kp=2变为Kp=1,重新观察Kp×Kc及e的变化曲线。 5找出在确定的B值下,使系统不稳定的A值(阶跃信号
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1203
    • 提供者:yk
  1. adaptivethreshold

    0下载:
  2. 自适应阈值滤波程序,广泛应用于去噪等信号处理领域-Adaptive threshold filter program, widely used in signal processing such as denoising
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:692
    • 提供者:jyf
  1. NormFitGA

    0下载:
  2. 很多情况下不能直接将目标函数作为适应值函数,此时需要对目标函数进行标定。-In many cases the objective function can not be directly used as fitness function, then the objective function needs to be calibrated.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:812
    • 提供者:liqiang
  1. wveletedenoise

    0下载:
  2. 多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab- denoise by wavelete methods
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:639527
    • 提供者:俊博
  1. adaptive_median_filter

    1下载:
  2. 自适应中值滤波与中值滤波算法的比较,说明自适应中值滤波效果好。-Adaptive median filter and median filtering algorithm comparing the adaptive median filter shows good results.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:jwr
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. 1111867

    0下载:
  2. 自适应中值滤波算法,可以用于图像去噪,比传统的中值滤波效果更好,运行时间更短-Adaptive median filter algorithm can be used for image denoising, than the traditional median filter is better, shorter running time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:479040
    • 提供者:galilio
  1. ga

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:Sha zj
  1. tuxaingchulishiiyan

    1下载:
  2. 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告-Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filt
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:341276
    • 提供者:zhangjiahui
  1. lvboquzao

    2下载:
  2. 代码包括开关中值滤波、极值中值滤波、自适应中值滤波的M文件源码,程序效果跟论文中的效果差不多。-Code including the switching median filter, extreme median filtering, adaptive median filter M-file source code, the program effect is almostthe effect of the paper
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4549877
    • 提供者:wang
  1. NormFitGA

    1下载:
  2. NormFitGA(动态线性标定适应值的遗传算法求解一维无约束优化问题)-NormFitGA (dynamic linear calibration of genetic algorithm to adapt to the value of one-dimensional unconstrained optimization problems)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1110
    • 提供者:wangjie
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4827
    • 提供者:刘剑桥
  1. GAprog

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4689
    • 提供者:qinjian
  1. test

    0下载:
  2. 用遗传算法寻找函数的最大适应值及位置,参数定义见程序中标注-Function of the genetic algorithm to find the maximum fitness value and the location parameters defined in the annotation process
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1153
    • 提供者:程序员
  1. ga

    0下载:
  2. 遗传算法,用遗传算法算出适应值,它的随机性可以充分展示。-the represent of GA,use the GA for values,and set the data to the methoes.it can be solve the problem of GA.the useful of GA can be shown compeletely throuth the method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3777
    • 提供者:刘丹
  1. pso1bianfangxiang

    1下载:
  2. 粒子群算法的改进,粒子在搜索过程中,适应值大的部分粒子,运动方向反方向运动,扩大了搜索范围,避免早熟。通过函数测试可用。-Particle swarm algorithm, part of the particle motion direction opposite direction, expanding the scope of the search to avoid premature. Through function test available.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1510
    • 提供者:anne
  1. duotezhengzishiyingyuzhi

    0下载:
  2. 该程序实现多特征自适应阈值算法,两个matlab文件,一个为函数,该函数求出信号的特征量值并通过梯度下降法训练出其初始阈值,另一个为主函数,调用该函数文件;该程序将4路信号,每一路信号的特征量值及其自适应阈值求出来,并一起画出图来。-The program features multi-adaptive threshold algorithm, two matlab files, one for the function,the function seek out characteristics
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2770
    • 提供者:牛志嘉
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com