搜索资源列表
SingleInvertedPendulum
- :运用牛顿动力学方法对单级倒立摆系统进行了数学建模,并对基于经典控制理论的PID控制方 法、基于最优控制理论的LQR控制方法,以及基于模糊控制理论的模糊控制方法进行了仿真对比分析 研究,其分析结果对该方向的研究具有理论指导意义
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编写的基于拟牛顿算法的最优分类器程序,里头附带随机样本生成程序
newton 采用牛顿法实现简单的无约束的最优化问题
- 采用牛顿法实现简单的无约束的最优化问题,本程序实现简单的计算,计算无约束最优化问题的最优解-Using Newton' s method to achieve a simple optimization problem without constraints
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
zuiyouhuasuanfa
- 最优化计算的牛顿法+共轭梯度法的MATLAB程序 共包含五个 m文件 -Newton optimization calculation method+ conjugate gradient method of MATLAB program file contains a total of 5 m
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
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.)
常规潮流算法-牛拉法-直角坐标 - 最小化潮流
- 将数学规划原理和常规潮流计算相有机结合,形成的带有最优乘子的牛顿算法(Combining the mathematical programming principle with the conventional power flow calculation, the Newton algorithm with the optimal multiplier is formed)
code
- matlab实现四种最优化搜索方法 共轭梯度法 牛顿法 最速下降法 拟牛顿法 对一个十维函数的极值搜索(matlab optimal search)