CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - conjugate gradient

搜索资源列表

  1. fr.rar

    0下载:
  2. FR共轭梯度算法求极小值。y为给定函数,x为函数变量,x0为搜索起始点 返回值fm为极小值,xm为极小值点,FR conjugate gradient algorithm for the minimum. y for a given function, x as a function of variables, x0 the starting point for the search to return to the value of fm for the minimum, xm for th
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1008
    • 提供者:夏巍
  1. The_Levenberg-Marquardt_Algorithm

    2下载:
  2. LM算法 老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It outperforms simple gradient descent and other conjugate gradient methods in a wide variety of problems. This document aims to provide an intuitiv
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:32214
    • 提供者:TANG
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:82318
    • 提供者:ljw
  1. Preconditioned_Conjugate_Gradient_Method

    2下载:
  2. 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2941
    • 提供者:Zhu Liyong
  1. code

    2下载:
  2. 共轭梯度的几种方法对标准函数的测试结果比较 附比较结果-Several conjugate gradient method of function test criteria attached to the results of the comparison results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1832540
    • 提供者:程仕伟
  1. cgtrust

    0下载:
  2. conjugate gradient algorithm for multivariable functions
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1985
    • 提供者:canberk
  1. jacobi_cg

    0下载:
  2. Jacobi算法和共轭梯度法的基本matlab程序,rar压缩包,包括2个文件-Jacobi conjugate gradient algorithm and the basic matlab program, rar archive, including the two documents
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:531
    • 提供者:don
  1. CG1.m

    0下载:
  2. linear conjugate gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1036
    • 提供者:belal
  1. cg

    0下载:
  2. 无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:72028
    • 提供者:idhot
  1. getdf

    0下载:
  2. 我编写的一个关于解决非线性方程的优化问题的共轭梯度法,希望对大家有用-I prepared a solution of nonlinear equations about the optimization problem of conjugate gradient method, in the hope that useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:18464
    • 提供者:xujun
  1. CGandlu

    1下载:
  2. CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-23
    • 文件大小:1352
    • 提供者:佟跃
  1. CGMethod

    0下载:
  2. Conjugate Gradient Method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:34475
    • 提供者:EMIC
  1. conjugate_gradient

    0下载:
  2. conjugate gradient source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2504
    • 提供者:shamsul
  1. PRP_2

    1下载:
  2. 用共轭梯度算法——PRP算法求解无约束最优化问题-Conjugate gradient algorithm- PRP algorithm for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1013
    • 提供者:li keli
  1. painless-conjugate-gradient

    0下载:
  2. An Introduction to the Conjugate Gradient Method Without the Agonizing Pain written by Jonathan Richard Shewchuk.Algorithm of conjugate gradient method introduced in this file is easy to read and understand.-An Introduction to the Conjugate Gradient
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:422513
    • 提供者:Judy
  1. MATLAB

    0下载:
  2. 基于MATLAB的共轭梯度BP算法在函数逼近中的实例-MATLAB-based conjugate gradient BP algorithm in the example of function approximation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:28934
    • 提供者:马婧烜
  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 different design variables can change
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:2136
    • 提供者:AresOne
  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例程

    • 发布日期:2017-12-21
    • 文件大小: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 of the optimization method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Victor_Z
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com