搜索资源列表
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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.
1
- 最优化DFP你牛顿法的代码(txt),求多维函数的极小值问题.-newton method good luck
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
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算法,关于牛顿法的一种改进-Constraints DFP algorithm, an improvement on Newton' s law
optimizacourse
- 最优化 最速下降法 黄金分割法 DFP 乘子法-Optimization Steepest descent method
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
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.
Artificial-neural-networks
- 压缩文件中有两个文件,其中一个是基于BP、RBF人工神经网络解决变压器故障诊断的问题。另外一个文件是用进退法、黄金分割法、DFP、Powell的方法解决函数最小值。- There are two archive files, one of which is based BP, RBF artificial neural network to solve the problem of transformer fault diagnosis. Another document is the so
2462998573
- 利用多种算法对函数求最小值,分别有牛顿法、黄金分割法、DFP- Function using a variety of algorithms for the minimum, respectively, Newton method, golden section method, DFP
Newton
- 求解无约束最优化问题,Newton方法包括基本Newton法,拟Newton法等BFGS,DFP方法(Solving unconstrained optimization problems, Newton method)
测试函数作业
- 基于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.)