搜索资源列表
DFP
- 用matlab语言来实现DFP算法,源码中有例子
optimization.rar
- 最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法,Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
DFP
- dfp算法的matlab实现实例,源代码-dfp algorithm matlab implementation
zuiyouhua
- 采用matlab语言实现黄金分割 不精确一维搜索 DFP BFGS 算法,全部原创 仅供参考-Language implementation using matlab inexact one-dimensional golden section search DFP BFGS algorithm, all the original for reference only
zuiyouhuashiyanbaogao
- 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
quasi_newton_dfp
- The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.-The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.
algorithme.DFP
- 黄金分割搜索和DFP 算法源代码 -Golden Section search and DFP algorithm source code golden section search and DFP algorithm source code
DFP_algorithm
- DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点 -DFP, this procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
fminunc
- 最快下降法求解无约束优化问题,f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值 [x11,fval11,exitflag11,outp
xyz_elements
- matlab程序,实现卫星的两行轨道要素和位置速度矢量的互转,用于轨道动力学计算-matlab program to realize the satellite orbital elements and position of two lines of the velocity vector of the system conversion, calculated for the orbital dynamics
DFP
- DFP法,变尺度法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-DFP method, variable metric method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima
DFP
- 约束问题的DFP算法,关于牛顿法的一种改进-Constraints DFP algorithm, an improvement on Newton' s law
DFP
- 关于最优化理论中DFP算法的matlab实现的简单方法。-On optimization theory DFP algorithm matlab realize the easy way.
DFP-BFGS-0.618
- DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
dfp
- 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
DFP
- 研究生学习期间,优化方法课程中无约束线性规划的DFP的matlab程序-DFP matlab program
dfp
- 在使用matlab时,如何进行工具箱有效的添加??(When using MATLAB, how to effectively add toolbox?)
Matlab optimization programming example
- 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)
DFP
- DFP 优化matlab程序,,DFP+精确一维搜苏 效果不错(DFP exact searching excellent result for optimization.)