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

搜索资源列表

  1. BFGS

    1下载:
  2. BFGS算法代码 BFGSMethod Matlab语言
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:988byte
    • 提供者:林明昆
  1. bfgs

    0下载:
  2. matlabBFGS程序 呵呵 呵额呵呵呵呵呵呵额-procedures matlabBFGS呵呵呵呵呵呵呵呵呵the amount of the amount of
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:860byte
    • 提供者:yangwenzhou
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738byte
    • 提供者:lilin
  1. 109201242BFGS

    0下载:
  2. 求解MATLAB单纯型法程序 -MATLAB simplex method for solving process-based method for solving simple MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:992byte
    • 提供者:tom
  1. BFGS

    0下载:
  2. bfgs法,求解函数,简单,通俗,易懂,便于优化更改-bfgs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:9.54kb
    • 提供者:lyc
  1. ExampleTwo

    0下载:
  2. BFGS的matlab算法,大家可以自己看一下-methods of BFGS in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:744byte
    • 提供者:木易竹束
  1. DFP-BFGS-0.618

    0下载:
  2. DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.41kb
    • 提供者:chen zhen
  1. BFGS

    1下载:
  2. 采用BFGS变尺度算法求解无约束优化问题的matlab程序代码-BFGS variable scaling algorithm for solving constrained optimization problems matlab code
  3. 所属分类:matlab

    • 发布日期:2014-09-29
    • 文件大小:1kb
    • 提供者:fan
  1. MATLAB

    0下载:
  2. 这是BFGS方法解无约束优化的程序,使用方便,代码简单。-BFGS method for unconstrained optimization program, easy to use, simple code.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:82.1kb
    • 提供者:zhouqunyan
  1. L-BFGS源代码

    0下载:
  2. 这是一个L-BFGS的Matlab源代码
  3. 所属分类:matlab例程

  1. bfgs

    0下载:
  2. BFGS在matlab中的算法,是求解非线性规划中的一个好算法。-BFGS in matlab algorithm for solving nonlinear programming is a good algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:849byte
    • 提供者:张瑞
  1. BFGS-for-Powell-badly

    0下载:
  2. BFGS for Powell badly scaled function是一个用于测试仿真BFGS最优化算法的matlab程序-BFGS for Powell badly scaled function is used to test the simulation BFGS optimization algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:
  1. BFGS-algorithm

    0下载:
  2. 这个文档用MATLAB实现了用BFGS算法来解决最优化问题-this file used the tool of matlab to solve optimal problems through BFGS algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:117.67kb
    • 提供者:杨世睦
  1. bfgs

    4下载:
  2. matlab的BFGS算法实现,采用WOLFE-POWELL,迭代五步实现-The BFGS algorithm matlab using WOLFE-POWELL, iterative five-step realization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.52kb
    • 提供者:for
  1. BFGS

    0下载:
  2. BFGS算法MATLAB编程上机课老师程序-BFGS MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.66kb
    • 提供者:fan
  1. matlab

    0下载:
  2. QAM调制,最速下降法,Newton,黄金分割法, BFGS算法,非线性共轭梯度法,MAILAB实例-QAM modulation, the steepest descent method, Newton, golden section method, BFGS algorithm, nonlinear conjugate gradient method, MAILAB examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.96kb
    • 提供者:李鹏程
  1. matlab m BFGS

    0下载:
  2. BFGS算法在matlab中的实现,通过求解熟悉经典BFGS算法(BFGS algorithm in matlab in the realization of familiar with the classic BFGS algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:亮看世界
  1. Newton

    1下载:
  2. 求解无约束最优化问题,Newton方法包括基本Newton法,拟Newton法等BFGS,DFP方法(Solving unconstrained optimization problems, Newton method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:3kb
    • 提供者:Jh_SYSU
  1. Matlab optimization programming example

    2下载:
  2. 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-03
    • 文件大小:58kb
    • 提供者:stlu2008
  1. L-BFGS

    0下载:
  2. 有限记忆算法,用于处理大规模算法,算法原理为把不断迭代的牛顿矩阵分解并部分抵消达到减少运算量的目的(limit memory,for large-scale algorithms. The principle of the algorithm is to decompose and partially cancel the iterative Newton matrix in order to reduce the computational complexity.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-07
    • 文件大小:1kb
    • 提供者:ksvdysl
« 12 »
搜珍网 www.dssz.com