登录
首页 » matlab » zunewton-dfpdfp

zunewton-dfpdfp

于 2013-04-04 发布 文件大小:18KB
0 246
下载积分: 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 个回复

  • QPSK_TX
    Quadrature phase shift keying transmitter matlab m file.
    2009-10-01 01:49:51下载
    积分:1
  • graphic_equalizer
    this package is used for the design of digital graphic equalizer that can be used in mobile environment after optimization
    2009-05-12 12:57:05下载
    积分:1
  • minGF
    共轭梯度法,用于求解非线性约束问题,适用于matlab程序(Conjugate gradient method for solving nonlinear constrained problem for matlab program)
    2013-09-25 08:58:02下载
    积分:1
  • Test2
    部分响应系统眼图MATLAB程序,适合初学者使用(Part of the eye response system MATLAB program for beginners)
    2011-05-16 16:56:53下载
    积分:1
  • MATLAB
    matlab基础,写的非常详细,通俗易懂。(matlab basic, write very detailed, easy to understand.)
    2010-08-05 08:25:38下载
    积分:1
  • 3_PRR_Parallel_Manipulator_Analysis_GUI
    3 PRR Parallel Manipulator with GUI Analysis robot to calculate the forward kinematics
    2011-05-22 19:10:57下载
    积分:1
  • BPnetwork-genetic-optimization
    采用matlab软件进行实现的遗传算法优化的BP神经网络。(Using genetic algorithm to optimize BP neural network to realize matlab software.)
    2015-01-08 16:36:33下载
    积分:1
  • FDEfrequencyequalizer
    根据LTE上行SIMO接收机特点,对MMSERISIC均衡器进行简化修改,得到MMSEFDE均衡器,该均衡器所有步骤全在频域进行,大大降低了均衡算法的复杂度。(LTE uplink SIMO receiver according to the characteristics of the MMSE-RISIC equalizer to simplify modification, by MMSE-FDE equalizer, the equalizer all the steps in full in the frequency domain, greatly reduces the complexity of balancing algorithm.)
    2010-08-11 22:50:44下载
    积分:1
  • How-to-define-a-function-in-MATLAB
    MATLAB如何定义函数文件,对于使用matlab时,当发现没有合适的库函数,就需要自己定义函数了,此文档可帮助你(How MATLAB function definition file, for the use of matlab, when found no suitable library functions, you need to define your own functions, and this document can help you)
    2014-08-16 23:43:55下载
    积分:1
  • haar-wave
    matlat 环境下haar小波分析,可以改写成C 语言 (haar wave analysis)
    2014-09-26 10:06:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载