搜索资源列表
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
- 牛顿迭代算法,可以解决非线性优化问题,但是求出的是局部最优解,应用时应该注意-Newton iterative algorithm to solve nonlinear optimization problems, but find the local optimal solution, the application should be noted
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
Optimization-Methods-
- 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
Optimal-DescentaNewtons-Method
- m文件写的最优下降法和牛顿法的例子,对于掌握这两种方法很有帮助-The example of optimal descent and Newton s method in optical control written by MATLAB m scr ipt.Very useful fo beginners.
newton
- 通过使用牛顿法,求解某个函数的极小值 选定起始点后,通过newton方法,多次迭代,得到局部最优解-get the minimun value of a function using newton method
steepest-descent--and-Newton
- function[x,val,k] dampnm(fun,gfun,hesse,x0) 功能:用阻尼牛顿法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun,hesse分别是目标函数值,梯度,hesse矩阵的函数 输出:x,val分别是近似最优点和最优值,k是迭代次数-The function/x, val, k dampnm (fun, gfun, Hesse, x0) function: with damped Newton method f
aaa
- matlab中用牛顿迭代法求解非线性方程组的的的最优解程序(MATLAB in Newton iterative method for solving nonlinear equations of the optimal solution)
fitness
- 比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法
Gravitational Search algorithm
- 万有引力算法,是一种基于万有引力定律和牛顿第二定律的种群优化算法。该算法通过种群的粒子位置移动来寻找最优解,即随着算法的循环,粒子靠它们之间的万有引力在搜索空间内不断运动,当粒子移动到最优位置时,最优解便找到了。(Gravitational Search algorithm)
code
- matlab实现四种最优化搜索方法 共轭梯度法 牛顿法 最速下降法 拟牛顿法 对一个十维函数的极值搜索(matlab optimal search)