搜索资源列表
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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
dfp
- 本程序用于机械优化设计工程计算,为经典的dfp法,采用visual C++6.0环境开发,运行结果良好。-procedures for the optimization of mechanical engineering, for the classic Moscow, using visual development environment for C 6.0, good operating results.
PMO_work28
- 实用最优化方法,java源程序,关于DFP法,大连理工大学.-practical optimization method, java source files, on the DFP, the Dalian Polytechnic University.
DFP
- dfp变尺度法程序,用于求函数的无约束极小值点。
最优化作业C++源代码
- 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the poi
多变量寻优
- 多变量寻优的源码,包括基本算法如下: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
dfp
- 本程序用于机械优化设计工程计算,为经典的dfp法,采用visual C++6.0环境开发,运行结果良好。-procedures for the optimization of mechanical engineering, for the classic Moscow, using visual development environment for C 6.0, good operating results.
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.
DFP
- 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following
optimization
- 最优化方法的一些基本算法的实现: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
optimizethedesign
- 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate
DFP
- dfp变度量法优化程序 动力学 噪声 最小值非线性规划-DFP
DFP
- DFP变度量法,优化数值结算,不用求梯度的。-DFP variable metric method
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
- 约束问题的DFP算法,关于牛顿法的一种改进-Constraints DFP algorithm, an improvement on Newton' s law
DFP
- DFP法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-DFP method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
dfp
- 本matlab程序用DFP法求解多元模型的最小值(给出初始点和精度要求条件)。-The matlab program using DFP method for solving the minimum multivariate model (given initial point and precision conditions).
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.)