搜索资源列表

  1. conjugn

    0下载:
  2. Conjugate gradient method for non-linear equations inC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:李红
  1. 最优化作业C++源代码

    0下载:
  2. 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the poi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:12288
    • 提供者:tw
  1. 优化作业_共轭梯度法

    0下载:
  2. 运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:
  1. work123

    1下载:
  2. 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等-optimization algorithm, a conjugate gradient, Newton, 0.618, the steepest decline in France
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:郭大波
  1. Conjugateexamples

    0下载:
  2. 实现共轭梯度法的实例,该算法是一种优化算法,其具体优越性相信用者自知!-achieve conjugate gradient method example, the algorithm is an optimization algorithm, the specific advantages of knowing who to believe!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:364544
    • 提供者:鲤鱼
  1. conjgrad

    0下载:
  2. 共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:李国齐
  1. gonge

    0下载:
  2. 本人自编的共轭梯度法。为c源码,已在TC下运行通过。-I directed the conjugate gradient method. C source code for, the TC has run through.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:陈建春
  1. conjugate_grads

    0下载:
  2. 这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:宋亚平
  1. OpenNL2

    0下载:
  2. 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). * Op
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:84992
    • 提供者:Wayne
  1. beseelnetwon

    0下载:
  2. 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:197632
    • 提供者:mvcneo
  1. cg

    0下载:
  2. fortran CG-FFT程序 Conjugate gradient package for solving complex matrix equations -fortran CG-FFT procedures Conjugate gradient pack age for solving complex matrix equations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:21504
    • 提供者:dui
  1. PCG

    1下载:
  2. % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差- SSOR preconditioning conjugate gradient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:zhxj
  1. shiyan3

    0下载:
  2. 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是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.61
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:杨大棱
  1. CG

    0下载:
  2. 基于MPI和OpenMp混合编程的并行共轭梯度法(CG)代码,可供正在学习并行数值计算的同学参考-Based on MPI and OpenMP parallel programming mixed conjugate gradient method (CG) code, for numerical calculation are learning students parallel reference
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:167936
    • 提供者:sany
  1. conjugate

    0下载:
  2. 共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数-Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:张大莲
  1. conjugate-gradient

    0下载:
  2. 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of differe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:AresOne
  1. conjugate-gradient

    0下载:
  2. MPI conjugate gradient algorithm
  3. 所属分类:并行运算

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:erdem
  1. Conjugate-gradient-method-(fortran)

    0下载:
  2. 使用共轭梯度法解超定方程组的程序,使用fortran语言。本程序亦可用于解适定方程组。-Conjugate gradient method for solving overdetermined equations, the use of fortran language. This procedure can also be posed for the solution equations.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:12288
    • 提供者:智庆全
  1. matlab Conjugate gradient method

    0下载:
  2. 通过使用matlab求解共轭梯度法和牛顿法。熟悉经典优化方法。(Solve the conjugate gradient method and the Newton method by using matlab. Familiar with the classic optimization method.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:亮看世界
  1. conjugate gradient

    0下载:
  2. 基于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 o
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:Victor_Z
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org