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

搜索资源列表

  1. Otsu2d_Zhifen

    0下载:
  2. 一种二维Otsu快速算法的实现;该算法原文《二维Otsu自适应阑值选取算法的快速实现》发表于自动化学报。-A two-dimensional Otsu fast algorithm this algorithm original " two-dimensional Otsu adaptive Lanna value selection algorithm for the rapid realization," published in AAS, has been attach
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:394893
    • 提供者:hezhiyong
  1. GA

    0下载:
  2. 单变量最大值根据论文改动自适应强制变异,附论文-Univariate maximum force based adaptive mutation altered papers, with papers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:296880
    • 提供者:周明昊
  1. sapso

    1下载:
  2. 为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。-To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive wei
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:1024
    • 提供者:suzhiwei
  1. shenjingwangluo

    0下载:
  2. 可以根据不同训练数据,采用GA自适应求解对应的GDFNN初始参数优化值。-According to different training data, using adaptive solution corresponding GDFNN GA initial parameters optimized values.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:19343
    • 提供者:王晓涵
  1. RBF

    0下载:
  2. RBF神经网络的权值训练程序,权值训练结束后可进行自适应滤波-The weights of RBF neural network training program, after weight training, you can do the adaptive filter
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6797
    • 提供者:王伟
  1. main

    0下载:
  2. 一个自适应中值滤波算法用于图像信号降噪处理的源代码-the source code of An adaptive median filter algorithm is used to deal with the image signal noise reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:734
    • 提供者:王伟
  1. youhua1

    0下载:
  2. 遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴-function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2338
    • 提供者:jie
  1. exp2

    0下载:
  2. MIT归一化算法,为了克服MIT自适应律的缺陷需要对其做些修正,使得自适应增益与输入信号幅值无关-MIT normalization algorithm, MIT adaptive law in order to overcome its shortcomings need to do to fix such adaptive gain is independent of the input signal amplitude
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:540
    • 提供者:胡双
  1. canny

    0下载:
  2. 边缘检测算子canny,能够自适应图像计算阈值,提高了算法的适应能力-Edge detection operator canny, capable of adaptive image calculated threshold, the algorithm improves the ability to adapt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3646
    • 提供者:sunny
  1. BBOcomplex

    0下载:
  2. BBOcomplex.zip 是一个复杂的生物地理学的智能优化算法,其来源是模拟生物与对自然环境“栖息地”的适应度来确定迁入迁出寻找最优值。这里的复杂主要是指在迁徙模型采用的不是典型的线性一次函数,而是较为复杂的指数函数。-BBOcomplex.zip is a complex biogeography intelligent optimization algorithm, which is a simulation of biological origin and the natural en
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:9487176
    • 提供者:YAN Haifeng
  1. genetic1

    0下载:
  2. 进化次数限制; 计算耗费的资源限制(例如计算时间、计算占用的内存等); 一个个体已经满足最优值的条件,即最优值已经找到; 适应度已经达到饱和,继续进化不会产生适应度更好的个体; 人为干预; 以及以上两种或更多种的组合。-Limiting the number of evolution resource limits (e.g., computation time to calculate the amount of memory, etc.) the cost calcul
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2052
    • 提供者:ted
  1. CMOPSO2

    1下载:
  2. Coello Coello等人提出了MOPSO。该算法引入了自适应网格机制的外部种群,不仅对群体的粒子进行变异,而且对粒子的取值范围也进行变异,且变异尺度与种群进化的代数成比例-Handling Multiple Objectives With Particle Swarm Optimization Carlos A. Coello Coello, Member, IEEE, Gregorio Toscano Pulido, and Maximino Salazar Lechuga
  3. 所属分类:matlab

    • 发布日期:2016-09-14
    • 文件大小:121856
    • 提供者:xuelika
  1. CMOPSO1

    1下载:
  2. Coello Coello等人提出了MOPSO。该程序针对测试函数 1的matlab程序。该算法引入了自适应网格机制的外部种群,不仅对群体的粒子进行变异,而且对粒子的取值范围也进行变异,且变异尺度与种群进化的代数成比例。-Handling Multiple Objectives With Particle Swarm Optimization Carlos A. Coello Coello, Member, IEEE, Gregorio Toscano Pulido, and Maximin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:122572
    • 提供者:xuelika
  1. CMOPSO3

    0下载:
  2. Coello Coello等人提出了MOPSO。该matlab源程序针对test function 3的matlab程序。该算法引入了自适应网格机制的外部种群,不仅对群体的粒子进行变异,而且对粒子的取值范围也进行变异,且变异尺度与种群进化的代数成比例。-reference:Handling Multiple Objectives With Particle Swarm Optimization Carlos A. Coello Coello, Member, IEEE, Gregorio
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:122197
    • 提供者:xuelika
  1. CMOPSO4

    0下载:
  2. Coello Coello等人提出了MOPSO。该程序针对test function4的matlab程序。该算法引入了自适应网格机制的外部种群,不仅对群体的粒子进行变异,而且对粒子的取值范围也进行变异,且变异尺度与种群进化的代数成比例。-reference:Handling Multiple Objectives With Particle Swarm Optimization Carlos A. Coello Coello, Member, IEEE, Gregorio Toscano P
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:122144
    • 提供者:xuelika
  1. CMOPSO5

    0下载:
  2. Coello Coello等人提出了MOPSO。该程序针对test function 5的matlab程序。该算法引入了自适应网格机制的外部种群,不仅对群体的粒子进行变异,而且对粒子的取值范围也进行变异,且变异尺度与种群进化的代数成比例。-reference:Handling Multiple Objectives With Particle Swarm Optimization Writer:Carlos A. Coello Coello, Member, IEEE, Gregorio Tos
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:121837
    • 提供者:xuelika
  1. zengyiketiao

    0下载:
  2. 应用Lyapunov稳定理论仿真实现增益可调的模型参考自适应系统,使被控对象有效跟踪幅值为2的方波信号。-Lyapunov stability theory of simulation is applied to implement gain adjustable model reference adaptive system, make effective tracking of the object of value of 2 square wave signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:746
    • 提供者:
  1. GP-optimization

    0下载:
  2. 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:52480
    • 提供者:周江鸿
  1. hengxianglvbo

    0下载:
  2. 本程序用自适应牛顿算法实现的滤波器,在不同权值下的滤波器结果,不同权值迭代的效率也会不一样-This procedure Newton algorithm with adaptive filters, filter results in different weights, different weights will be different iterations efficiency
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:628
    • 提供者:王晓
  1. IIRLMSandIIRSER

    0下载:
  2. 本程序用自适应的IIR和SER进行比较,在不同权值下他们的迭代时收敛程度会不一样,不同权值迭代的效率也会不一样-This procedure using adaptive IIR and SER compare different weights in their degree of convergence of the iteration time will be different, different weights will be different iterations efficie
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1246
    • 提供者:王晓
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com