搜索资源列表
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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 a
c
- 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。
newton
- 拟牛顿法求函数极小值,采用无约束变尺度法DFP
DFP
- dfp变尺度法程序,用于求函数的无约束极小值点。
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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 a
c
- 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。-Quasi-Newton method (DFP) DFP algorithm for solving unconstrained extremum problem.
newton
- 拟牛顿法求函数极小值,采用无约束变尺度法DFP-Quasi-Newton method for the minimum function, the use of non-binding DFP DFP
DFP
- 运筹学非线性规划的经典c语言编写的DFP变尺度法子程序,是学习经典优化算法的不错参考资料-Nonlinear Programming Operations Research c classical languages DFP variable metric method procedures, the study of classical optimization algorithms of a good reference
DFP
- dfp变尺度法程序,用于求函数的无约束极小值点。-DFP DFP procedures for seeking function of the unconstrained point.
optimizearithmetic
- 几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, g
DFP
- 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
C++youhuajisuan
- 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
Variable_Metric_Metho_DFP
- 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的-Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
zuiyouhuashiyanbaogao
- 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, N
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 fini
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 metho
huangdianjun
- 基于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 metho
DFP-algorithm
- 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
测试函数作业
- 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)