Location:
Search - conjugate
Search list
Description: Conjugate gradient method for non-linear equations inC
Platform: |
Size: 1024 |
Author: 李红 |
Hits:
Description: 用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
Platform: |
Size: 12288 |
Author: tw |
Hits:
Description: 运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
Platform: |
Size: 6144 |
Author: 郭大波 |
Hits:
Description: 实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
Platform: |
Size: 364544 |
Author: 鲤鱼 |
Hits:
Description: 共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
Platform: |
Size: 2048 |
Author: 李国齐 |
Hits:
Description: 本人自编的共轭梯度法。为c源码,已在TC下运行通过。-I directed the conjugate gradient method. C source code for, the TC has run through.
Platform: |
Size: 2048 |
Author: 陈建春 |
Hits:
Description: 这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.
Platform: |
Size: 2048 |
Author: 宋亚平 |
Hits:
Description: 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)
Platform: |
Size: 84992 |
Author: Wayne |
Hits:
Description: 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
Platform: |
Size: 197632 |
Author: mvcneo |
Hits:
Description: fortran CG-FFT程序
Conjugate gradient package for solving complex matrix equations
-fortran CG-FFT procedures Conjugate gradient pack age for solving complex matrix equations
Platform: |
Size: 21504 |
Author: dui |
Hits:
Description: % 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
Platform: |
Size: 1024 |
Author: zhxj |
Hits:
Description: 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是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
Platform: |
Size: 2048 |
Author: 杨大棱 |
Hits:
Description: 基于MPI和OpenMp混合编程的并行共轭梯度法(CG)代码,可供正在学习并行数值计算的同学参考-Based on MPI and OpenMP parallel programming mixed conjugate gradient method (CG) code, for numerical calculation are learning students parallel reference
Platform: |
Size: 167936 |
Author: sany |
Hits:
Description: 共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数-Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters
Platform: |
Size: 2048 |
Author: 张大莲 |
Hits:
Description: 共轭梯度算法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.
Platform: |
Size: 2048 |
Author: AresOne |
Hits:
Description: MPI conjugate gradient algorithm
Platform: |
Size: 3072 |
Author: erdem |
Hits:
Description: 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
Platform: |
Size: 12288 |
Author: 智庆全 |
Hits:
Description: 通过使用matlab求解共轭梯度法和牛顿法。熟悉经典优化方法。(Solve the conjugate gradient method and the Newton method by using matlab. Familiar with the classic optimization method.)
Platform: |
Size: 1024 |
Author: 亮看世界
|
Hits:
Description: 基于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)
Platform: |
Size: 1024 |
Author: Victor_Z |
Hits:
« 12
3
4
5
6
7
8
9
10
...
40
»