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

搜索资源列表

  1. rls

    0下载:
  2. 该程序是一个简单的递推最小二乘法(rls)、共轭梯度法(grad)以及黄金分割法,输入数据,能够计算出来-The program is a simple recursive least squares (RLS), the conjugate gradient method (grad) and golden section method, the input data, can be calculated
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1138
    • 提供者:Alvin Chang
  1. conjugate_grad_2d

    0下载:
  2. 共轭梯度法寻找最小值,输出最小值点坐标,迭代次数等信息-Conjugate gradient method to find the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:林岳峰
  1. minGETD

    0下载:
  2. 共轭梯度法求解多维函数的极值 function [x,minf]=minGETD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Conjugate gradient method for solving the multi-dimensional function of the extreme value function [x, minf] =
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1154
    • 提供者:Bill
  1. gongetidufa2

    0下载:
  2. 共轭梯度法求解多维问题,已经经过实际函数操作验证。-Conjugate gradient method for solving the multi-dimensional issues, has been operating the actual function verification.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:王日栋
  1. CG_Matlab_Eqution

    0下载:
  2. 共轭梯度法求借无约束最优化问题和对称正定线性方程【自己原创编写的程序,已经过测试】-Conjugate Gradient Methods Solve Optimal Question And Linear Eqution【Self developed program, and tests had been conducted】
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:474199
    • 提供者:戴汉扬
  1. CG_optimal

    0下载:
  2. 共轭梯度法求解无约束最优化问题,采用Wolfe线搜索和armijo算法,还有对各种修正方法(HS,DY...)的对比【自己编写的】-Conjugate Gradient Methods Solve Optimal Question And Linear Eqution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:23197
    • 提供者:戴汉扬
  1. 11

    1下载:
  2. 全波形反演最速下降法,共轭梯度发matlab程序。仅供参考-Matlab conjugate gradient method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:21268
    • 提供者:张星
  1. FR

    0下载:
  2. 共轭梯度法,一种适合于研究生最优化方法课程的小程序,基于matlab的一个算例仿真-Conjugate gradient method, which is suitable for most graduate programs applet optimization, simulation based on a study of matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:CHEN
  1. gongetidufa

    0下载:
  2. 用VC++应用到最优化算法中的共轭梯度法-Using VC++ applied to the optimization algorithm of the conjugate gradient method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4112
    • 提供者:vv2603dizhui42
  1. iccg

    1下载:
  2. 利用共轭梯度法求解压力泊松方程的fortran程序-Conjugate Gradient Method for Solving Poisson equation of pressure fortran program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2963
    • 提供者:syj
  1. ConjugateGradientMethod

    0下载:
  2. 求解正定二次函数的共轭梯度法及其改进算法。-Conjugate Gradient Method for Solving Positive Definite Quadratic Functions and Its Improved Algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:langlang
  1. 第7章 无约束多维极值问题

    1下载:
  2. 无约束多维极值算法 共轭梯度法 用共轭梯度法求解多维函数的极值(Unconstrained multidimensional extreme value algorithm; conjugate gradient method)
  3. 所属分类:其他

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

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

    • 发布日期:2017-12-19
    • 文件大小:909312
    • 提供者:XIAOXIAOPANG
  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. 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. 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. 优化算法

    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. smcg

    0下载:
  2. 共轭梯度法求解N*N对称正定方程组,将解方程组问题转化一个最优化问题。(The conjugate gradient method is used to solve the N*N symmetric positive definite equations, and the problem of solving the equation set is transformed into an optimization problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:rang_123
  1. 计算方法

    0下载:
  2. 吉文斯QR分解,豪斯霍尔德QR分解,三值样条插值法,共轭梯度法,4阶R-K分解(Givens QR decomposition, Moorhouse Holder QR decomposition, three value spline interpolation, conjugate gradient method, 4 order R-K decomposition)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:安定符合
« 1 2 34 »
搜珍网 www.dssz.com