Welcome![Sign In][Sign Up]
Location:
Search - DFP matlab

Search list

[OtherDFP

Description: 用matlab语言来实现DFP算法,源码中有例子
Platform: | Size: 1152 | Author: 李想 | Hits:

[Algorithm最优化作业C++源代码

Description: 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging
Platform: | Size: 12288 | Author: tw | Hits:

[matlab多变量寻优

Description: 多变量寻优的源码,包括基本算法如下: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.
Platform: | Size: 4096 | Author: 陈镇静 | Hits:

[OtherDFP

Description: 用matlab语言来实现DFP算法,源码中有例子-Matlab language used to achieve the DFP algorithm, there are examples of source
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmsoptimizearithmetic

Description: 几个常用的优化算法的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, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
Platform: | Size: 15360 | Author: lixiao | Hits:

[Algorithmzuiyouhua

Description: 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,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 algorithm code: steepest descent method, Newton method, nonlinear least squares method, DFP method. fun1, fun2 are two test function. Thanks!
Platform: | Size: 3072 | Author: 白浩泉 | Hits:

[Mathimatics-Numerical algorithmsoptimization

Description: 最优化方法的一些基本算法的实现: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
Platform: | Size: 226304 | Author: 屠志海 | Hits:

[Algorithmzuiyouhuashiyanbaogao

Description: 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradient method, variable metric method (DFP and BFGS method), nonlinear least square method. Using MATLAB to solve the problem of binding, mainly outside the penalty function method and generalized multipliers. As well as some specific issues for analysis, MATLAB code in the document, are limitless.
Platform: | Size: 81920 | Author: ljw | Hits:

[Otherquasi_newton_dfp

Description: The script quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.-The script quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.
Platform: | Size: 4096 | Author: ahyu | Hits:

[Search Enginealgorithme.DFP

Description: 黄金分割搜索和DFP 算法源代码 -Golden Section search and DFP algorithm source code golden section search and DFP algorithm source code
Platform: | Size: 148480 | Author: 小东 | Hits:

[AlgorithmDFP_algorithm

Description: DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点 -DFP, this procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
Platform: | Size: 1024 | Author: LiuMCH | Hits:

[matlabDFP

Description: dfp算法的matlab实现实例,源代码-dfp algorithm matlab implementation
Platform: | Size: 1024 | Author: 刘俊杰 | Hits:

[Algorithmzuiyouhua

Description: 采用matlab语言实现黄金分割 不精确一维搜索 DFP BFGS 算法,全部原创 仅供参考-Language implementation using matlab inexact one-dimensional golden section search DFP BFGS algorithm, all the original for reference only
Platform: | Size: 12288 | Author: 孙浩 | Hits:

[matlabfminunc

Description: 最快下降法求解无约束优化问题,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,output11]=fminunc( fun ,[0,2.5],options11) -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,output11]=fminunc( fun ,[0,2.5],options11)
Platform: | Size: 7168 | Author: pengjingyong | Hits:

[matlabDFP

Description: 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
Platform: | Size: 2048 | Author: qch | Hits:

[matlabDFP

Description: 约束问题的DFP算法,关于牛顿法的一种改进-Constraints DFP algorithm, an improvement on Newton' s law
Platform: | Size: 19456 | Author: 张宁 | Hits:

[matlabDFP

Description: 研究生学习期间,优化方法课程中无约束线性规划的DFP的matlab程序-DFP matlab program
Platform: | Size: 6144 | Author: gaofeng | Hits:

[Otherdfp

Description: 在使用matlab时,如何进行工具箱有效的添加??(When using MATLAB, how to effectively add toolbox?)
Platform: | Size: 222208 | Author: universecee | Hits:

[matlabMatlab optimization programming example

Description: 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)
Platform: | Size: 59392 | Author: stlu2008 | Hits:

[AlgorithmDFP

Description: DFP 优化matlab程序,,DFP+精确一维搜苏 效果不错(DFP exact searching excellent result for optimization.)
Platform: | Size: 33792 | Author: Facellies35 | Hits:
« 12 »

CodeBus www.codebus.net