搜索资源列表
用拟牛顿法解非线性方程组
- 用拟牛顿法解非线性方程组-with quasi-Newton method for solving nonlinear equations
数值分析中的各种插值
- Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
niudun
- 用拟牛顿法求极小值点- Of quasi-Newton method for the minimum point
mathematicalprogrammingcode
- 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
niniudun
- 无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
ninewton
- 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
3
- BFGS拟牛顿法求非线性无约束最优化(函数极值)问题-BFGS quasi-Newton method for solving nonlinear unconstrained optimization (function extremum) problem
5
- DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
BFGSTest
- 拟牛顿法BFGS; 非线性无约束最优化; C#编程-Quasi-Newton method BFGS nonlinear unconstrained optimization C# Programming
Quasi-Newton-method
- 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
source
- owlqn, 解L1最优化的拟牛顿法,理论参见微软论文Scalable Training of L1-Regularized Log-Linear Models-owlqn, Scalable Training of L1-Regularized Log-Linear Models
minDFP
- 拟牛顿法求解多维函数的极值 function [x,minf]=minDFP(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Quasi-Newton method for solving the multi-dimensional function of the extreme value function [x, minf] = minDFP
Mathematical-Programming
- 数学规划 lp - 线性规划 linprog - 线性规划(在MATLAB5.3使用) fmin - 一元函数极值 fminu - 多元函数极值拟牛顿法 fmins - 多元函数极值单纯形搜索法 constr - 非线性规划 fmincon - 非线性规划(在MATLAB5.3使用)- Mathematical Programming lp- Linear Programming linprog- linear programming (in M
最优化:拟Newton法
- 拟牛顿法课件(Quasi Newton method courseware)
新建文件夹
- 本程序为利用拟牛顿法求非线性方程组的一组解,欢迎大家共同探讨(A set of solutions for nonlinear equations by quasi Newton method)
优化算法
- 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
牛顿
- 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
NiNewtonRaphson
- 对于光伏组件数学建模与求解,主要应用的拟牛顿法求解光伏组件5参数模型(For mathematical modeling and solving of photovoltaic module, the quasi Newton method is used to solve the 5 parameter model of photovoltaic module.)
ni_niu_dun_fa
- 基于拟牛顿法解决无约束优化问题的Python代码(Python code for unconstrained optimization based on quasi-Newton method)