搜索资源列表
-
0下载:
运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
-
-
2下载:
LM算法
老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It
outperforms simple gradient descent and other conjugate gradient methods in a wide variety of
problems. This document aims to provide an intuitiv
-
-
0下载:
此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
-
-
0下载:
无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
-
-
0下载:
An Introduction to the Conjugate Gradient Method Without the Agonizing Pain written by Jonathan Richard Shewchuk.Algorithm of conjugate gradient method introduced in this file is easy to read and understand.-An Introduction to the Conjugate Gradient
-
-
0下载:
使用c++语言编写的共轭梯度算法,包含无约束问题的求解函数: 直线搜索共轭梯度法-conjugate gradient algorithm,c++
-
-
0下载:
共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
-
-
0下载:
无约束优化共轭梯度算法HAGER的非单调线搜索下的程序实现-Unconstrained optimization conjugate gradient algorithm HAGER non-monotone line search procedure to achieve
-
-
0下载:
采用c++实现共轭梯度算法求解大规模线性方程组-Using c++ to achieve large-scale conjugate gradient algorithm for solving linear equations
-
-
0下载:
用matlab编程,实现最优控制理论中的共轭梯度算法。-With the matlab programming, optimal control theory conjugate gradient algorithm.
-
-
0下载:
本文件包含了黄金分割和共轭梯度算法的matlab源程序代码。-This document contains the golden section and the conjugate gradient algorithm matlab source code.
-
-
0下载:
数值计算的对称矩阵共轭梯度算法,应用于油藏工程解大型稀疏方程!-Numerical calculation of the conjugate gradient algorithm
-
-
0下载:
在无约束最优化方法中,通过选择搜索方向
k
d 而得到的方法主要有四种:最
速下降法,Newton法,共轭方向法,Quasi-Newton (拟牛顿法)。
-Study on the algorithm of several nonlinear conjugate gradient method and the analysis of global convergence
-
-
0下载:
基于共轭梯度算法的基本原理,以某一个具体的事例,实现共轭梯度算法对于事例的求取。-Based on the basic principle of the conjugate gradient algorithm to certain specific instances, to achieve conjugate gradient algorithm for the case of the strike.
-
-
0下载:
预处理的共轭梯度算法和最速下降法MATLAB算法及源程序.-Preconditioning conjugate gradient algorithm and the steepest descent method MATLAB algorithms and source code.
-
-
0下载:
利用数学算法中个的共轭梯度算法求解泊松方程-Using mathematical algorithms a conjugate gradient algorithm for solving the Poisson equation
-
-
2下载:
为精确求解散射问题,采用混合场积分方程(CFIE)、多层快速多极子算法(MLFMA)和共轭梯度算法(CG)的收敛技术。基于传统多层快速多级子算法,详细研究了二维拉格朗日插值节点数对计算精度的影响,并改进了插值方法,在不同的层采用不同的插值节点数 提出了在不同的层采用不同的精度控制来计算多级子模式数 分析了稀疏矩阵的对称性对内存使用的影响以及磁场积分方程对迭代初始值的选择。数值计算结果表明以上改进可较大幅度地提高计算精度和计算效率,同时降低内存使用,可满足复杂目标电磁散射计算要求。-Precise
-
-
0下载:
MATLAB版本的CG(共轭梯度算法),用于求解大规模矩阵计算(方程组求解等问题)的基础算法-MATLAB version of the CG (conjugate gradient algorithm) for solving large-scale matrix computations (solving equations and problems) based algorithm
-
-
0下载:
the conjugate gradient method,-This article presents a three-containing conjugate gradient method, and prove the algorithm decline and global convergence, which demonstrate the effectiveness of the algorithm.
-
-
0下载:
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate gradient method (Conjugate Gradie
-