登录
首页 » matlab » 共轭梯度法

共轭梯度法

于 2018-11-26 发布 文件大小:1KB
0 155
下载积分: 1 下载次数: 11

代码说明:

  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(The Conjugate Gradient method is a method between the steepest descent method and the Newton method. It only needs to use the first derivative information, but overcomes the shortcoming of the steepest descent method and avoids the need for the Newton method to store. And the disadvantage of calculating the Hesse matrix and inverting, the conjugate gradient method is not only one of the most useful methods for solving large linear equations, but also one of the most effective algorithms for solving large-scale nonlinear optimization. Among various optimization algorithms, the conjugate gradient method is a very important one. The advantage is that the required amount of storage is small, step convergence, high stability, and no external parameters are required.)

文件列表:

共轭梯度法, 0 , 2018-11-26
共轭梯度法\frcg.m, 914 , 2009-09-21
共轭梯度法\fun.m, 52 , 2009-08-29
共轭梯度法\gfun.m, 81 , 2009-08-29

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

发表评论

0 个回复

  • STM8S-IIC
    是一个IIC通信程序,利用定时器进行扫描按键和数码管(IIC is a communication program, using the timer button for scanning and digital control)
    2020-10-29 14:29:57下载
    积分:1
  • 1
    说明:  建立三维的FBG模型,用来仿真透射谱,设计波长在1550nm,光栅长度等多个参数可以手动调整.但由于光栅较短,所以反射率较小(A three-dimensional FBG model is established and the transmission spectrum is simulated. The design wavelength is 1550 nm, the grating length and other parameters can be adjusted manually.But the reflectivity is small due to the length of FBG is short.)
    2019-07-07 11:48:47下载
    积分:1
  • Java 学生信息维护管理系统
    Java 学生信息维护管理系统,附有SqlServer数据库脚本,测试前请附加数据库。本套学生信息管理系统不是太复杂,Java学习者可拿去学习研究一些数据库的基本操作,比如数据录入、删除、修改、资料查询等。
    2022-05-23 06:04:21下载
    积分:1
  • ujifiudforwajd
    Fourier Transforms & FFT Algorithm Source Code div hr div B 文件列表 B :()
    2018-05-26 14:53:46下载
    积分:1
  • queue-2
    php排队系统源码,供学习使用,欢迎下载(Queue system for your learning and welcome to download)
    2020-06-16 22:40:01下载
    积分:1
  • TDMS2Mat
    说明:  通过LABVIEW把TDMS文件转存成mat文件(Transfer TDMS file to mat file through LabVIEW)
    2021-01-20 11:28:41下载
    积分:1
  • CAD DVB文件加密和解密
    可以解决所有VBA工程的密码问题, 替换 Program FilesCommon FilesMicrosoft SharedVBAVBA6 下的同名文件.在VBA中提示输入密码时,可输入任何密码。(Can solve all the VBA project password problems)
    2021-04-23 00:08:48下载
    积分:1
  • 证书加密解密
    说明:  本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial. The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
    2017-12-20 16:39:40下载
    积分:1
  • CVI教程
    本教程面向的是那些从未使用过LabWindows/CVI的读者,但是假设读者以有了C语言的基础并且熟悉Windows 2000/9x/NT操作系统。在每一章节的学习中,作者都是通过一个具体的实例让读者迅速的掌握本章的知识点;而不是长篇大论,述及边枝细叶,反而使读者望而却步,只见树木,不见森林。(This tutorial looks for readers who have never used LabWindows/CVI, but assumes that the reader has the basics of the C language and is familiar with the Windows 2000/9x/NT operating system. In each chapter of the study, the author is through a concrete instance allows readers to quickly grasp the knowledge of this chapter; instead of the side branches and leaves a long and minute statement, instead, make the reader prohibitive, cannot see the wood for the trees.)
    2017-08-29 18:13:17下载
    积分:1
  • 数值分析上机C语言代码
    龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
    2021-01-11 15:58:50下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载