搜索资源列表
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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
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
- 最优化算法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
- 一种拟牛顿算法,非线性方程组的最优化方法,matlab调用函数-A Quasi Newton method of nonlinear equations, optimization methods, matlab function is called
Quasi-Newton
- 拟牛顿算法中的经典BFGS校正算法和DFP算法的matlab实验代码,broyden族算法的matlab程序。-Proposed Newton the classic algorithm the BFGS correction algorithm and DFP algorithm matlab experimental code, broyden family, algorithm matlab program.
optimization
- 最优化中常见的一些算法,包括DFP,共轭法,拟牛顿法,梯度法等-Common algorithm optimization, including the DFP, conjugate method, quasi-Newton method, gradient method
zunewton-dfpdfp
- 实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。-The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method, the steepest descent method,
DFP
- 共轭方向法的DFP算法,寻优效果好,对目标函数的次数没有限制-Conjugate direction method DFP algorithm optimization effect, the objective function is no limit to the number of
DFP_optimal
- 最优化DFP算法。采用DFP算法求解优化问题,含有详细的说明和操作实例。-DFP optimization algorithms. Using DFP algorithm for solving optimization problems, contains a detailed descr iption and operation examples.
multi
- 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-Multivariate optimization of the source code, including basic algorithm is as follows: DFP method (also known as variable metric method), BFS method, a ladder degree method, conjugate gradient method.
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.
2462998573
- 利用多种算法对函数求最小值,分别有牛顿法、黄金分割法、DFP- Function using a variety of algorithms for the minimum, respectively, Newton method, golden section method, DFP