登录
首页 » matlab » zunewton-dfpdfp

zunewton-dfpdfp

于 2013-04-04 发布 文件大小:18KB
0 256
下载积分: 1 下载次数: 84

代码说明:

  实用最优化方法中的经典题目,包含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, are required to perform the MATLAB software, the correct output results. )

文件列表:

最优化方法中的经典题目
......................\DFP算法
......................\.......\dfp.asv,592,2012-11-27
......................\.......\dfp.m,564,2012-11-27
......................\.......\dfpmain.m,76,2012-11-28
......................\.......\f0.m,75,2012-11-27
......................\.......\f1_tidu.m,78,2012-11-27
......................\.......\newton.m,225,2012-12-03
......................\共轭梯度法
......................\..........\f0.asv,97,2012-12-04
......................\..........\f0.m,161,2012-12-04
......................\..........\f1_tidu.asv,78,2012-11-27
......................\..........\f1_tidu.m,166,2012-12-04
......................\..........\gditu.asv,624,2012-12-04
......................\..........\gditu.m,736,2013-01-05
......................\..........\gongetidu.asv,148,2013-01-05
......................\..........\gongetidu.m,788,2013-01-07
......................\..........\netown.asv,322,2012-12-04
......................\..........\netown.m,408,2012-12-04
......................\内点法
......................\......\dfp.asv,1337,2013-01-02
......................\......\dfp.m,1270,2013-01-02
......................\......\dfpmain.asv,368,2013-01-02
......................\......\dfpmain.m,358,2013-01-02
......................\......\newton.asv,294,2013-01-02
......................\......\newton.m,284,2013-01-02
......................\......\pengbihanshu.m,1355,2013-01-02
......................\......\pengbiyinzi.m,118,2013-01-02
......................\......\suc_fail.asv,295,2013-01-02
......................\......\suc_fail.m,379,2013-01-02
......................\......\Untitled2.asv,76,2013-01-02
......................\......\Untitled2.m,94,2013-01-02
......................\外点法
......................\......\dfp.m,1264,2013-01-02
......................\......\dfpmain.m,487,2013-01-02
......................\......\newton.m,251,2013-01-02
......................\最速下降法
......................\..........\f0.asv,72,2012-11-25
......................\..........\f0.m,202,2013-01-05
......................\..........\f1_tidu.asv,166,2012-12-04
......................\..........\f1_tidu.m,162,2013-01-05
......................\..........\netown.asv,510,2012-12-04
......................\..........\netown.m,541,2013-01-05
......................\..........\zuisu.asv,251,2012-12-04
......................\..........\zuisu.m,300,2012-12-04
......................\..........\zuisu_main.asv,446,2013-01-05
......................\..........\zuisu_main.m,465,2013-01-07
......................\阻尼牛顿法
......................\..........\f0.asv,239,2012-12-04
......................\..........\f0.m,202,2013-01-05
......................\..........\f1_tidu.m,162,2012-12-04
......................\..........\haisai.asv,64,2012-12-04
......................\..........\haisai.m,64,2012-12-04
......................\..........\netown.asv,459,2013-01-05
......................\..........\netown.m,460,2013-01-05
......................\..........\zunewton.asv,335,2013-01-05
......................\..........\zunewton.m,334,2013-01-05
......................\..........\zunewton_main.asv,505,2013-01-05
......................\..........\zunewton_main.m,446,2013-01-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EM
    说明:  em算法的学习资料,各种格式,包含c和matlab源代码,希望有所帮助(em algorithm learning materials, a variety of formats, including c and matlab source code, hope that helps)
    2011-01-08 13:23:36下载
    积分:1
  • DES
    用Matlab实现的DES算法。在Matlab窗口输入DESDECP(a,b,n),其中a,b表示16进制的明文和密钥,n为1表示加密,否则表示加密。(DES algorithm using Matlab. In Matlab window field DESDECP (a, b, n), where a, b indicates a hexadecimal plaintext and key, n is 1 shows an encryption, or that encryption.)
    2012-12-29 16:36:30下载
    积分:1
  • Matlab
    This is for testing a matlab program.
    2012-11-02 14:43:16下载
    积分:1
  • mitexample
    This example Matlab script calculates the Airy pattern as described in
    2016-02-15 09:05:46下载
    积分:1
  • Ofdm
    针对ofdm系统的资源分配算法,实现自适应的资源分配,通过matlab来验证程序的正确性。(Ofdm system for resource allocation algorithm to achieve adaptive resource allocation, through matlab to verify the correctness of the program.)
    2010-10-10 16:38:37下载
    积分:1
  • matlab_C
    该算法主要演示matlab调用C语言程序的示例,包括一个基本的加法运算、一个矩阵截取和一个递归遍历方法,提供给大家参考 运行时首先修改cd命令后面的路径为文件夹当前路径即可自动编译执行(Call the main demonstration of the algorithm matlab example C language program, including a basic addition operation, an interception and a recursive traversal matrix method provides us with reference to first modify the cd command to run the path behind the current path for the folder to automatically compile Executive)
    2011-01-05 22:50:47下载
    积分:1
  • maxkurtica
    该算法程序调用格式为[y,w]=bksa(x),其中x是一个n*T的数据矩阵,y是估计出的源信号矩阵,w是n*n分离矩阵。">
    2010-05-23 10:15:35下载
    积分:1
  • Prim-algorithm
    用MATLAB写的,用Prim算法找出图中的最小支撑树,文件中有例子,有计算的结果,一看便懂。(Written in MATLAB, with the minimum support tree in the Prim algorithm to find a figure, file example, with the result of calculation, a see will understand.)
    2013-11-01 10:27:48下载
    积分:1
  • sangbeng
    给出接收信号眼图及系统仿真误码率,实现了对10个数字音的识别,信号维数的估计,本科毕设要求参见标准测试模型,插值与拟合,解方程,数据分析,是小学期课程设计的题目,车牌识别定位程序的部分功能,考虑雨衰 阴影 和多径影响。 ( The received signal is given eye and BER simulation systems, To achieve the recognition of 10 digital sound, Signal dimension estimates, Undergraduate complete set requirements refer to the standard test models, Interpolation and fitting, solution of equations, data analysis, Is the topic of the elementary school stage curriculum design, Part of the license plate recognition locator feature, Consider shadow rain attenuation and multipath effect. )
    2017-04-08 20:59:26下载
    积分:1
  • ondracka
    To Compare thr RlS and LMS algorithm we utilised and improved the exisiting functinal from matlab, precisely the scheme of RLS and LMS algorithms for adaptive noise cancellation.
    2010-10-30 03:00:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载