搜索资源列表
c
- 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。
求解非线性方程组的拟牛顿-粒子群混合算法
- 求解非线性方程组的拟牛顿-粒子群混合算法
求解单一重现期暴雨强度公式的Lingo-BFGS算法
- 摘要:为了克服一般的非线性优化算法对初始值的依赖,针对某一地区单一重现期暴雨强度公式参数计算问题,首先将Lingo 软件编程求出的结果作为初始值,然后利用拟牛顿算法对其参数进行优化。实例计算结果表明:采用Lingo 软件和拟牛顿法相结 合的方法求解单一重现期暴雨强度公式比传统的方法精度更高,能有效解决实际优化设计问题。
MCS-51subprogramlib
- MCS-51单片机实用子程序库,目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。 -MCS-51 subprogram library
MATLAB
- 电力系统潮流计算的计算机算法,根据牛顿-拉夫逊法计算。-Power Flow Calculation of the computer algorithm, according to Newton- Raphson method.
levmar[1]
- 最小二乘算法比较经典的著述,可以看一下,对学习LM,高斯牛顿法很有启示-Comparison of classical writings least squares algorithm, can look
Improved-BP-neural-network-c
- 改进的BP神经网络算法,基于拟牛顿算法。-Improved BP neural network algorithm, based on the quasi-Newton algorithm.
aveshang
- 基于极大熵函数,对绝对值方程求解 ,主要利用牛顿型算法-Based on the maximum entropy function of the absolute value equation solving
nnewton
- 用非光滑牛顿算法求解绝对值方程 用非光滑牛顿法计算f=Ax-|x|-b的零点; f_是f的光滑函数; by wax; 终止条件为 ||f(xk)||<1e-6 -Non-smooth Newton algorithm for solving the absolute value equation with non-smooth Newton method f = Ax-| x |-b zero f_ is a smooth function of f by w
FPGA-root-operation
- 本文分析比较了实现开方运算的牛顿一莱福森算法、逐次逼近算法、非冗余开方算法种算法,并给出了基于的开方器的实现方法-Root operation FPGA-based implementation.pdf
power-flow-calculation
- 程序——潮流计算的MATLAB算法(牛顿拉夫逊)-Program- MATLAB algorithm (Newton Raphson power flow calculation)
Bisection_Newton
- 二分-牛顿算法,解初等函数方程,包含完整C代码-Bisection_Newton Algorithm
Eletrical-System-Float-Power
- 电力系统36节点潮流计算,采用牛顿拉夫逊潮流计算法。-Eletrical System Float Power
BP.m
- BP神经网络代码,使用LM算法(高斯牛顿法的改进,具有很好的鲁棒性)-BP neural network code, use the LM algorithm (modified Gauss-Newton method has good robustness)
POWER-FLOW
- 采用牛顿拉夫逊算法进行潮流计算,包括单支路,双支路,变压器的考虑,也进行了平衡节点,PQ,PV节点的考虑-Newton Raphson power flow calculation algorithm, including single slip, double slip, transformers considerations are also considered balanced nodes, PQ, PV nodes
Levenberg-Marquardt-Algorithm
- 求解非线性问题的一种算法,综合了梯度法和牛顿法的优点-An algorithm for solving nonlinear problem, taking advantages of gradient method and Newton method
liangyuan_lbp
- 滴流的lbp算法 主要是层流的高度问题 我自己改造的层流重建 - 加权修正高斯牛顿 -算法算法-The trickle of LBP algorithm Mainly is the height of the laminar flow problem My own transformation of laminar flow reconstruction- weighted modified gauss-newton algorithm- algorithm
Newton iterative algorithm and matlab code
- 文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical