CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 非线性共轭梯度法

搜索资源列表

  1. 最优化的bfgs算法

    2下载:
  2. 最优化的bfgs算法,是采用matlab编程,BFGS optimization algorithm, using matlab programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-08-25
    • 文件大小:14310
    • 提供者:wuxiaoan
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:82318
    • 提供者:ljw
  1. getdf

    0下载:
  2. 我编写的一个关于解决非线性方程的优化问题的共轭梯度法,希望对大家有用-I prepared a solution of nonlinear equations about the optimization problem of conjugate gradient method, in the hope that useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:18464
    • 提供者:xujun
  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
    • 文件大小:738
    • 提供者:lilin
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. conjugate gradient method

    1下载:
  2. matlab编写的共轭梯度法,用来解决非线性优化问题-matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-04
    • 文件大小:9693
    • 提供者:zh
  1. Matlab

    3下载:
  2. matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
  3. 所属分类:matlab

    • 发布日期:2014-09-14
    • 文件大小:34816
    • 提供者:朱志远
  1. Optimization-Methods-

    7下载:
  2. 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
  3. 所属分类:matlab

    • 发布日期:2015-12-23
    • 文件大小:1792000
    • 提供者:赵雪伟
  1. minGF

    0下载:
  2. 共轭梯度法,用于求解非线性约束问题,适用于matlab程序-Conjugate gradient method for solving nonlinear constrained problem for matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1261
    • 提供者:周颖
  1. MATLAB最优化设计程序

    1下载:
  2. 包含SQP法,非线性最小二乘问题 线搜索技术 乘子发 共轭梯度法 信赖域法 二次规划法 拟牛顿法 最速下降法的MATLAB程序
  3. 所属分类:matlab例程

    • 发布日期:2015-07-22
    • 文件大小:34429
    • 提供者:cys59@163.COM
  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
    • 文件大小:6105
    • 提供者:李鹏程
  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:Xs_55555
搜珍网 www.dssz.com