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

搜索资源列表

  1. huangjinfenge

    0下载:
  2. 黄金分割法求最小值的vb程序 在一个极值区间内 用黄金分割法 求的函数的最小值-the program of searching for the minimize by the method of huangjinfenge
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:11697
    • 提供者:big j jasonlii
  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1858
    • 提供者:anytry
  1. EO

    0下载:
  2. 该文件是极值算法的研究,包括一个主程序,一个最适应值程序和一个EO源程序,已通过系统仿真测试-The file is extremal algorithm, including a main program, one of the most fitness programs and a source EO has been tested by simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2615
    • 提供者:蓉儿
  1. sousuo

    0下载:
  2. 一维搜索法求极值的问题,用c++描述,黄金分割法和斐波那契数列发求-One-dimensional search for the extremum problem, using c++ descr iption, golden section method and the Fibonacci sequence for hair
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:1051
    • 提供者:李峰
  1. SlippingDirection

    0下载:
  2. 判断X轴或Y轴方向上极值点数目,确定扫描线方向-Determine the X-axis or Y axis the number of extreme points, determine the direction of scan lines
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:47747
    • 提供者:quyan
  1. minconPS

    1下载:
  2. 坐标轮换法求解多维约束问题极值,坐标轮换法求解多维约束问题极值-Coordinate Rotation Method Constrained extremum
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:586
    • 提供者:刘亿守
  1. HHT

    3下载:
  2. 目前,互联网上HHT信号处理技术有 三种实现方式,采用MATLAB编程语言,一种是法国研究者设计的G Rilling 2007 另一种是MATLAB文件交换中心由Alan Tan开发的plot_hht程序包,第三种是台湾中央大学数据研究中心提供的EEMD包。 其中,我使用了plot_hht程序包,其使用了三个终止条件,驻留分量的单调性,极值点与零点的个数相差不超过1,还有黄锷1998经典文献提出的 SD>0.1,单调性的判断,并不是去
  3. 所属分类:语音合成与识别

    • 发布日期:2013-11-25
    • 文件大小:5028840
    • 提供者:maya
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. PSO

    0下载:
  2. 粒子群算法的Matlab程序,用于多目标优化极值的计算-Particle swarm optimization Matlab program for calculation of extreme multi-objective optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3745
    • 提供者:娓娓
  1. GeneticAlgorithm

    1下载:
  2. 本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。 This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
  3. 所属分类:matlab例程

    • 发布日期:2012-10-30
    • 文件大小:5696
    • 提供者:wang gang
  1. 求解非线性方程组的混合人口迁移算法

    0下载:
  2. 摘要:针对变尺度法对初始值敏感和人口迁移算法容易陷入局部极值的缺陷,结合变尺度法和人口迁移算 法各自的优点,提出了一种混合人口迁移算法,用来求解非线性方程组。该混合算法不仅发挥了人口迁移算 法强大的全局搜索能力,而且利用了变尺度法的局部精细搜索能力。实验结果表明,该算法不但以较高的精 度求出了各种非线性方程组的解,而且鲁棒性强,收敛速度快速,是一种解决非线性方程组问题的较好方法。
  3. 所属分类:报告论文

  1. newton

    0下载:
  2. 牛顿法求函数极值。程序以香蕉函数为例。可以运行-Newton' s Method function extremum. Rosenbrock function as an example program. Can run
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:889
    • 提供者:罗波
  1. zuishuxiajiangfa

    0下载:
  2. 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1913408
    • 提供者:周文欢
  1. pso

    0下载:
  2. 用粒子群优化算法(PSO)求peaks函数的极值-Particle swarm optimization (PSO) seeking the extreme peaks function
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2394
    • 提供者:欧文
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. MATLAB-ge-zhong-you-hua

    0下载:
  2. 无约束一维、多维极值,约束优化问题,粒子群优化算法,遗传优化算法-Unconstrained one-dimensional, multi-dimensional extremal constrained optimization problem, particle swarm optimization, genetic optimization algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:33572
    • 提供者:李顺
  1. logistic

    0下载:
  2. 极大似然函数的matlab程序,说明极值分布比最小二乘的优越性-Maximum likelihood function of the matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:216137
    • 提供者:陈俊东
  1. mutipleobjectpso

    0下载:
  2. pso解决两目标函数极值问题,适合初学多目标的同学-Pso solve two goals for beginners, the function extreme problem multi-objective classmates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3244
    • 提供者:xianglongyang
  1. blockorder-(4)

    0下载:
  2. argmin,求极值,给出目标函数,求对应最佳x值。RGB2YUV,YUV2RGB-argmin, getting extremum
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:sdfasfd
  1. AISyouhua

    0下载:
  2. 改进的免疫克隆算法求解函数极值问题,用matlab实现-Improved Immune Clonal Algorithm function extremum problems, and use matlab to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1889
    • 提供者:WUYAN
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com