搜索资源列表
-
0下载:
IEEE14节点潮流算法,牛顿法,考虑了节点顺序优化-IEEE14 node flow algorithm, Newton method, consider a node sequence optimization
-
-
1下载:
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
-
-
1下载:
工量预测.xls
截面扭转特性.xls
截面特性一.xls
截面特性二.xls
最优化问题.xls
最值问题.xls
牛顿法解方程.xls
矩阵运算.xls
线性拟合.xls
解线性方程组.xls
解线性方程组(二).xls
辛普森法积分.xls
频率与振型求解.xls
双变量模拟运算.xls
多元线性回归.xls
多项式拟合.xls
实例1.xls
实例2.xls
实例3.xls
-
-
0下载:
压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
-
-
0下载:
无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
-
-
0下载:
Neural Predictive Control using Quasi Newton Optimization
-
-
0下载:
Neural Predictive Control using Levenberg Marquard Optimization (Newton Method)
-
-
1下载:
包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。-Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.
-
-
0下载:
基于matlab牛顿-拉夫逊 无功补偿优化设计-Newton- Ralph reactive power compensation optimization design
-
-
0下载:
BFGS拟牛顿法求非线性无约束最优化(函数极值)问题-BFGS quasi-Newton method for solving nonlinear unconstrained optimization (function extremum) problem
-
-
0下载:
DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
-
-
0下载:
最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
-
-
0下载:
用vc6.0实现的工程优化中牛顿法的计算过程-Process optimization using Newton' s method works vc6.0 achieve
-
-
0下载:
工程优化里采用阻尼牛顿法迭代求函数的最小值-Engineering optimization in the use of minimum damping Newton method Iterative Function
-
-
1下载:
多维牛顿法,适合于研究生课程最优化方法,是一种基于matlab的仿真算例-Multidimensional Newton method is suitable for postgraduate optimization method is a matlab simulation example
-
-
1下载:
功能:牛顿型信赖域方法求解无约束优化问题min f(x)
输入 x0是初始迭代点
输出:xk是近似极小点,val是近似极小值,k是迭代次数- function: Newton type trust region method for solving unconstrained optimization problem min f (x)
input The xo is the initial iteration point
output: xk is appro
-
-
0下载:
关于外点牛顿罚函数优化的matlab代码(Optimization of exterior point Newton penalty function matlab)
-
-
2下载:
解决了最小无约束优化问题 步长由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
-
-
0下载:
Newton methode in dim 1 algorithm optimization
-
-
0下载:
牛顿迭代法是解非线性方程组比较经典的方法;
拟牛顿法是为了解决求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
-