CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Conjugate gradient
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Conjugate gradient - List
[
Mathimatics-Numerical algorithms
]
conjugn
DL : 0
Conjugate gradient method for non-linear equations inC
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李红
[
Algorithm
]
最优化作业C++源代码
DL : 0
用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
Update
: 2025-02-17
Size
: 12kb
Publisher
:
tw
[
Algorithm
]
优化作业_共轭梯度法
DL : 0
运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
Update
: 2025-02-17
Size
: 2kb
Publisher
:
[
Mathimatics-Numerical algorithms
]
work123
DL : 1
最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
Update
: 2025-02-17
Size
: 6kb
Publisher
:
郭大波
[
AI-NN-PR
]
Conjugateexamples
DL : 0
实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
Update
: 2025-02-17
Size
: 356kb
Publisher
:
鲤鱼
[
Algorithm
]
conjgrad
DL : 0
共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
Update
: 2025-02-17
Size
: 2kb
Publisher
:
李国齐
[
Mathimatics-Numerical algorithms
]
gonge
DL : 0
本人自编的共轭梯度法。为c源码,已在TC下运行通过。-I directed the conjugate gradient method. C source code for, the TC has run through.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
陈建春
[
Algorithm
]
conjugate_grads
DL : 0
这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
宋亚平
[
Mathimatics-Numerical algorithms
]
OpenNL2
DL : 0
This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
Update
: 2025-02-17
Size
: 83kb
Publisher
:
Wayne
[
Data structs
]
beseelnetwon
DL : 0
本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
Update
: 2025-02-17
Size
: 193kb
Publisher
:
mvcneo
[
Other
]
cg
DL : 0
fortran CG-FFT程序 Conjugate gradient package for solving complex matrix equations -fortran CG-FFT procedures Conjugate gradient pack age for solving complex matrix equations
Update
: 2025-02-17
Size
: 21kb
Publisher
:
dui
[
Algorithm
]
PCG
DL : 1
% SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差- SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhxj
[
matlab
]
shiyan3
DL : 0
用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法-One method used ladder, conjugate gradient method and the variable metric method for solving multi-variable optimization problems, single-variable optimization using the 0.618 Act
Update
: 2025-02-17
Size
: 2kb
Publisher
:
杨大棱
[
Algorithm
]
conjugate
DL : 0
共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数-Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters
Update
: 2025-02-17
Size
: 2kb
Publisher
:
张大莲
[
Linux-Unix
]
gradient(2)
DL : 1
用c语言写的共轭梯度法程序,程序较为简单,不过运算速度快,准确率高-C language by the conjugate gradient method procedures, the procedures are more straightforward, but computing speed, high accuracy
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wding
[
Algorithm
]
conjugate-gradient
DL : 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 the dimension, the algorithm is only in the main function and other non-binding procedures are different from other parts of the basic the same.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
AresOne
[
MPI
]
conjugate-gradient
DL : 0
MPI conjugate gradient algorithm
Update
: 2025-02-17
Size
: 3kb
Publisher
:
erdem
[
Other
]
Conjugate-gradient-method-(fortran)
DL : 0
使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
Update
: 2025-02-17
Size
: 12kb
Publisher
:
智庆全
[
matlab
]
matlab Conjugate gradient method
DL : 0
通过使用matlab求解共轭梯度法和牛顿法。熟悉经典优化方法。(Solve the conjugate gradient method and the Newton method by using matlab. Familiar with the classic optimization method.)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
亮看世界
[
matlab
]
conjugate gradient
DL : 0
基于Armijo-Goldstein准则的用matlab实现的共轭梯度优化方法,个人编写,适合优化方法入门练习。(Based on the Armijo-Goldstein criterion, the conjugate gradient optimization method implemented by Matlab is written by individual, suitable for the introduction of the optimization method)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Victor_Z
«
1
2
3
4
5
6
7
8
9
10
...
33
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.