搜索资源列表
Variable_Metric_Metho_DFP.rar
- 拟牛顿法(变尺度法)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
optimization.rar
- 最优化方法的一些基本算法的实现: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
DFP
- DFP法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-DFP method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
zuiyouhuashiyanbaogao
- 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
code
- 共轭梯度的几种方法对标准函数的测试结果比较 附比较结果-Several conjugate gradient method of function test criteria attached to the results of the comparison results
DFP-algorithm
- 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
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.
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
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 gradient method, simplex meth
quasi_newton_dfp
- The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.-The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.
DFP
- DFP变度量法,优化数值结算,不用求梯度的。-DFP variable metric method
Gauss Constrained Optimization
- CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters - linear or nonlinear, equality or inequality, using the Sequential Quadratic Progra
optimization
- optmization algorithm method "Davidon-Fletcher -Powell" DFP-optmization algorithm method "Davidon-Fletcher -Powell" DFP
DFP
- DFP method realisation on C++ builder
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
BFGS-method
- BFGS算法C程序本程序适用于2设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,对于DFP算法只需修改校正矩阵即可。对于BFGS算法的C++程序与之类似。-BFGS algorithm for C programs for 2 of the program design variable function optimization problem, the number of design variables for the different dimensions can be c
DFP-method
- dpf方法的具体实现,一个用于实例的小程序-program realization for the method of dpf. a program for it
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.)