CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient

搜索资源列表

  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:Xs_55555
  1. FR共轭梯度法

    1下载:
  2. 共轭梯度法也就是共轭方向法的一种特殊形式,即初始搜索方向为梯度方向。其中根据β的不同又可细分为FR、PRP等方法,主要参考了文件夹中的四本书的内容对其进行总结。最优化算法本质上都是进行最小值的寻优,FR共轭梯度法也不例外。寻优的问题包括两个重要的方面,一个是方向,一个是步长。(Conjugate gradient method is a special form of conjugate direction method, that is, the initial search directio
  3. 所属分类:matlab例程

  1. suanfa

    0下载:
  2. 最优化方法\Cholesky分解.cpp 最优化方法\二阶导数计算.cpp 最优化方法\信赖域牛顿法.cpp 最优化方法\共轭梯度法.cpp 最优化方法\强迫正定Cholesky分解.cpp 最优化方法\直接法一维收索.cpp 最优化方法\解析法一维收索.cpp(\Cholesky decomposition of optimization methods.Cpp Optimization method [two order derivative calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:8493056
    • 提供者:墨冷
  1. 数值最优化(李董辉)第五章-共轭梯度法 (2)

    1下载:
  2. 共轭梯度法的课件(Conjugate gradient method)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:909312
    • 提供者:XIAOXIAOPANG
  1. (FR共轭梯度法程序)

    0下载:
  2. 在共轭梯度法的实际使用中, 通常在迭代 ?? 步或 ?? + 1 步之后, 重新取负梯 度方向作为搜索方向, 我们称之为再开始共轭梯度法. 这是因为对于一般非二次 函数而言, ?? 步迭代后共轭梯度法产生的搜索方向往往不再具有共轭性. 而对于 大规模问题, 常常每 ??(?? < ?? 或 ?? ? ??) 步就进行再开始. 此外, 当搜索方向不 是下降方向时, 也插入负梯度方向作为搜索方向.(In the practical use of conjugate gradient m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:梦梦111
  1. matting

    0下载:
  2. 使用opencv开发,实现图像抠图,将需要的局部图像提取处理(Robust Matting 1. OpenCV 2. MTL library (for sparse matrix) 3. Intel Math Kernel Library (to solve linear equation by conjugate gradient method))
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:87040
    • 提供者:jackchen
  1. Optimal problem solver

    0下载:
  2. 优化问题求解方法包括牛顿法、共轭梯度法和最速下降法(The optimization problems are solved by Newton method, conjugate gradient method and steepest descent method)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:中原
  1. 共轭梯度反演----非线性源代码

    3下载:
  2. matlab源代码解决非线性共轭梯度,很好的参考(Matlab source code to solve nonlinear conjugate gradient reference)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:巴二二
  1. Desktop

    0下载:
  2. 用matlab编程计算共轭梯度法求二次型方程的最值。(The conjugate gradient method is used to calculate the maximum value of the two type equation by MATLAB programming)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:2988
    • 提供者:长颈小鹿
  1. Gradientes

    0下载:
  2. gradiente conjugado, levenberg, quase-newton e de newton
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:faizao
  1. Fan_Conjugate_gradient

    0下载:
  2. 通过共轭梯度法进行多参数优化,且参数优化的精确度可调。(Multi parameters optimization based on the conjugate gradient method,and the precision of these parameters can be adjusted.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:13312
    • 提供者:phdfanry
  1. zuisuxiajiang_2+gongetidu_4

    1下载:
  2. 使用最速下降法和共轭梯度法实现优化功能,基于MATLAB平台使用m语言编写(Based on the MATLAB platform, steepest descent method and conjugate gradient method are used to achieve the optimization function with M language.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:221184
    • 提供者:蜗牛run
  1. 共轭梯度法

    0下载:
  2. 运用共轭梯度法求解最优化--线性规划问题(Conjugate gradient method to solve optimization problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:wencarry
  1. 多维极值问题

    0下载:
  2. 算法,遗传算法,主要用于多维极值的共轭梯度法,非常方便好用(Algorithm, genetic algorithm, conjugate gradient method, which is mainly used for multi-dimensional extreme value, is very convenient and easy to use)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:水月GEO
  1. chapter6

    0下载:
  2. 共轭梯度法求解函数最小值,目标为min f(X)=x1^2+4*x2^2;(Conjugate Gradient Method for min f(X)=x1^2+4*x2^2;)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:359424
    • 提供者:Gavin Wu
  1. 1

    0下载:
  2. 共轭梯度算法,进行一个共轭对称矩阵的运算,速度极快。(Conjugate gradient algorithm, for a conjugate symmetric matrix operation, the speed is extremely fast.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1208320
    • 提供者:LONGSHANG
  1. 5

    0下载:
  2. 在进行反演时所用到的1范数约束解法程序,其中用到了共轭梯度算法。(In the process of inversion, the 1 norm constraint solution is used, in which conjugate gradient algorithm is used.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:10037248
    • 提供者:LONGSHANG
  1. matlab

    0下载:
  2. 实用共轭梯度法MATLAB源代码,最速下降法MATLAB源代码,MATLAB语言(Practical conjugate gradient method MATLAB source code)
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:小如呀
  1. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:旺旺饼干
  1. linear optimization

    0下载:
  2. 用BFGS 拟牛顿法 最速下降法 牛顿法 共轭梯度法 解决线性优化问题(Solving linear optimization problems with conjugate gradient method and Steepest descent method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:小狗蛋
« 1 2 ... 23 24 25 26 27 2829 30 »
搜珍网 www.dssz.com