搜索资源列表
baoweier
- 机械优化设计作业(鲍威尔) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中。txt自动添加标题。添加程序运行时间。等等等~ 大家
NiuDun
- 机械优化设计作业(牛顿法) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中。txt自动添加标题。添加程序运行时间。等等等~ 大
zuisuxiajiang
- 机械优化设计作业(最速下降法法) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中。txt自动添加标题。添加程序运行时间。等等等~
Newton
- 用MATLAB编写的基于拟牛顿算法的最优分类器程序,里头附带随机样本生成程序
matpower3.2.rar
- 求最优潮流的matlab程序,可以求解pq分解法、牛顿拉夫逊法等潮流计算。,For optimal power flow matlab procedure pq decomposition method to solve, such as Newton Raphson power flow calculation.
Newtonmethod
- 基于牛顿法,现采用编程来计算最优解,matlab程序和简要说明文档。-newton method for optimization
numurical
- 牛顿法最速下降法共轭发等最计算最优解计算方法 优化作业 简单程序-Newton method
homework-of-The-Optimal-Control
- 本学期的最优控制作业,对牛顿法、梯度法、共轭梯度法等三种变分法,进行了比较,并得出结论-This semester homework of The Optimal Control,compare the three variational methods of Newton method gradient method and conjugate gradient method,then make a conclusion.
newton-method
- 用matlab编程,实现最优控制理论中的牛顿法。-With the matlab programming, optimal control theory in Newton.
newton
- 牛顿法求解方程最优解,输入初值和迭代精度,得到最优解-Newton' s method for solving equations optimal solution, the initial and iterative input accuracy, the optimal solution
newton
- 牛顿迭代算法,可以解决非线性优化问题,但是求出的是局部最优解,应用时应该注意-Newton iterative algorithm to solve nonlinear optimization problems, but find the local optimal solution, the application should be noted
FastestDescent
- 工程优化中,用最速下降法和牛顿法求解目标函数的最优解-In Engineering optimization, use the steepest descent method and Newton s method for solving the optimal solution of objective function
p1
- 最优化算法中得拟牛顿法和共轭梯度法,以及Armijo型搜索和最优步长搜索。-Congradient and NiNewton algorithms in optimazation based on MATLAB
newton
- 一个关于拟牛顿法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。-A quasi-Newton method to seek the optimal value of the matlab program, written in very structured, comments are very clear, slightly modified to be able to us.
steepest-descend-Newton
- 最速下降法语牛顿发的结合求解最优值,并且还可以动画演示-The steepest descend French Newton hair of combining solution of optimal value And animation
Wolf_quasiNewton
- 最优化算法中的带有Wolf搜索求步长的拟牛顿算法求最优值的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Wolf to the search requirements step quasi-Newton algorithms to find the optimal value of the source code, Matlab programming, and hope to be useful.
BFGS
- 最优化方法里的BFGS拟牛顿算法,针对特定的二元函数(可修改)给出极小点和最优值。-Optimization methods in the BFGS quasi-Newton algorithm for a particular binary function (can be modified) gives minimum point and the optimal value.
matlab
- 牛顿最优解拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。-Newton optimal solution
niutow
- 采用牛顿法求解最优值点,主要是求解二次函数,对于非二次函数同样适用,效果不佳。(Newton method used to solve the optimal point, mainly for solving the two function, for non two function also applies, the effect is not good.)
code
- matlab实现四种最优化搜索方法 共轭梯度法 牛顿法 最速下降法 拟牛顿法 对一个十维函数的极值搜索(matlab optimal search)