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

搜索资源列表

  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. c

    0下载:
  2. 用c语言编写的电力系统潮流计算程序,采用的方法是牛顿法,供大家分享-With c language power flow calculation program, using the Newton method is for everyone to share
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4026
    • 提供者:阳祎
  1. nonlinear_epuation_solve

    0下载:
  2. 非线性方程组解法源代码,包括二分法和牛顿法,数值分析作业,给初学者作参考。-Solution of nonlinear equations the source code, including the dichotomy and the Newton method, numerical analysis of operations, to the beginners for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:49539
    • 提供者:lsw_hit
  1. MATLAB

    1下载:
  2. 这个是逐步搜索法的MATLAB主程序,牛顿法,不动点迭代法-This is a step by step search method MATLAB main program, compiled his free time, by running the verification.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1599
    • 提供者:李星
  1. dpnewton_zuisu

    2下载:
  2. 阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1476
    • 提供者:ken
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. zuiyouhuasuanfa

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序 共包含五个 m文件 -Newton optimization calculation method+ conjugate gradient method of MATLAB program file contains a total of 5 m
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:1628
    • 提供者:touquezheng
  1. kechengsheji

    0下载:
  2. 应用牛顿法和二分法解高次方程,可以显示过程- it can solve hard questions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6875
    • 提供者:小辛
  1. gongenewton

    0下载:
  2. 这是很有效的无约束共轭梯度法和牛顿法,愿和大家分享!-This is a very efficient unconstrained conjugate gradient method and Newton method, is willing to share!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:928
    • 提供者:lihao
  1. Matlaboptimization

    0下载:
  2. 数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。-Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3419592
    • 提供者:kaka22
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:lzy
  1. steepest

    1下载:
  2. 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1596
    • 提供者:Sharon
  1. nonlinear-equation

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

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. yunchouxue

    0下载:
  2. 运筹学中非线性规划的牛顿法,梯度法,直接法,内点法的matlab 实现-Nonlinear Programming Operations Research Newton method, gradient method, direct method, interior point method implementation matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2531
    • 提供者:ncf
  1. BFGS

    0下载:
  2. 最优化算法之一,拟牛顿法,亦称BFGS法,用于求解极值问题,具有二次收敛性-One of the most optimization algorithms, quasi-Newton method, also known as BFGS method for solving extremum problems, with quadratic convergence
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1285
    • 提供者:qch
  1. guassnewton

    0下载:
  2. 求解无约束问题最优化问题的基础方法之一:高斯牛顿法-Gauss-Newton methon
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:653
    • 提供者:hmy
  1. power-flow

    0下载:
  2. 基于内点法的配电网潮流计算,收敛精度同牛顿二阶法,不同之处在于它可以处理大规模潮流计算,而牛顿法不行。-power flow of distributiion network
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:6326
    • 提供者:lisa
  1. xitongbianshi

    0下载:
  2. 系统辨识基于梯度校正的参数辨识方法,其中包括随机牛顿法,确定性梯度下降法-System identification based on the gradient correction parameter identification methods, including random Newton' s method, deterministic gradient descent
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1451
    • 提供者:毛绍婧
  1. 变尺度法DFP

    0下载:
  2. 变尺度法的迭代形式与牛倾法类似,不同的是在迭代公式中用 来逼近 ,所以又称为“拟牛顿法”,变尺度法的搜索方向 ,最终要逼近牛顿方向 ,故又称为拟牛 顿方向。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-06-04
    • 文件大小:24534
    • 提供者:dahuaxiyou093
  1. 牛顿拉夫逊法计算潮流

    0下载:
  2. 牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
  3. 所属分类:其他

« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com