搜索资源列表
多变量寻优
- 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-multivariate optimization of the source code, including basic algorithm is as follows : DFP Act (also known as the variable scale), BFS, a ladder degrees, a total of the accused gradient method.
DFP
- dfp算法的matlab实现实例,源代码-dfp algorithm matlab implementation
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
optimization
- optmization algorithm method "Davidon-Fletcher -Powell" DFP-optmization algorithm method "Davidon-Fletcher -Powell" DFP
dfp1111
- 变尺度法DFP求函数极小点(个人编写,改变函数、即可使用)-DFP DFP minimum point of a function
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计算算法(精确一维搜索,花费时间很少) -DFP calculation algorithm (exact one-dimensional search, spent little time)
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
- Quasi-Newton DFP formula
DFP-BFGS-0.618
- DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
DFP
- optimation method DFP
dfp
- 最优化算法DFP算法源代码 可以实现求极小值的-dfp program orginal file
DFP
- DFP算法是变尺度优化算法,使用唯相位的方法实现阵列天线的波束赋形状,是使用基于DFP和BFGS 变尺度优化算法来实现求值-DFP algorithm is to change the scale optimization algorithm, the use of CD-phase array antenna beamforming shape, is to use the scale variable based on the DFP and BFGS optimization algori
DFP
- 共轭方向法的DFP算法,寻优效果好,对目标函数的次数没有限制-Conjugate direction method DFP algorithm optimization effect, the objective function is no limit to the number of
DFP
- 研究生学习期间,优化方法课程中无约束线性规划的DFP的matlab程序-DFP matlab program
algorithme-DFP
- Golden Section search黄金分割搜索算法主要用来解决以为非线性函数最小化问题 Davidon-Fletcher-Powell (DFP) 算法主要用于解决无约束非线性方程最优化问题 -Golden Section search Fibonacci search algorithm that is mainly used to solve the nonlinear function minimization problem Davidon-Fletche
dfp
- 功能:用DFP算法求解无约束问题 输入:X0是初始点,fun,gfun分别是目标函数及其梯度 输出:x,val分别是近似最优点和最优值,k是迭代次数-Davidon-Fletcher-Powell method for optimization.
测试函数作业
- 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)
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.)
