CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 共轭梯度法

搜索资源列表

  1. gongetidu

    0下载:
  2. 共轭梯度法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-Conjugate gradient method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:896
    • 提供者:qch
  1. 2

    0下载:
  2. 实现最优化搜索中,DFB法,秩1法,bfgs法以及共轭梯度法进行最优化数据搜索。其中共轭梯度法下降速率比较慢,要合理设置终止门限-Optimize the search, DFB method, rank 1 method, bfgs method and conjugate gradient method to optimize the data search. Conjugate gradient method in which the rate of decrease is slower,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2645
    • 提供者:程旭元
  1. cg_test

    0下载:
  2. 科学计算中的共轭梯度法解对称正定线性方程组-Scientific Computing in the conjugate gradient method symmetric positive definite solution of linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:李白
  1. ngs44.tar

    1下载:
  2. NGSolve ,使用NetGen进行有限元前处理,然后调用预条件共轭梯度法求解,也可以使用SuperLU求解。-NGSolve, using the finite element pre NetGen, and then call the preconditioned conjugate gradient method can also be solved with SuperLU.
  3. 所属分类:Algorithm

    • 发布日期:2015-12-01
    • 文件大小:3421184
    • 提供者:suese
  1. study

    0下载:
  2. 优化常用的共轭梯度法和投影梯度法求解目标函数最优解问题-Conjugate gradient optimization of common law and the projected gradient method problems the optimal solution objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3936
    • 提供者:qiuwei
  1. gauss-seidel

    0下载:
  2. 通过编程实现通过共轭梯度法和Gauss-Seidel迭代法两种方法求解方程组-By programming through the conjugate gradient method and Gauss-Seidel iteration method for solving equations of two
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:931
    • 提供者:张明
  1. cg

    0下载:
  2. 该程序是用共轭梯度法来求解函数的最优化问题,其中一维搜索时采用了0.618法,即黄金分割法-The program is the conjugate gradient method to solve the function optimization problem, one-dimensional search using the 0.618 method, that is, golden section method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:988
    • 提供者:hongfengjinran
  1. Several-methods-for-the-most-value

    0下载:
  2. 一阶梯度法、共轭梯度法、变尺度法分别求解Wood函数,并得到此时的自变量值-The step degree method, conjugate gradient method, variable metric method for solving Wood function, respectively, and with the value of the independent variables at this time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:33060
    • 提供者:刘常云
  1. shuzhidaishu

    0下载:
  2. 用牛顿法,共轭梯度法,最速下降法完成矩阵的计算-Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5417
    • 提供者:王三小
  1. Conjugate-gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. HR-GPSR

    0下载:
  2. 数值计算中最优化问题求解 共轭梯度法解无约束最优化问题-Numerical optimization problem solving in the conjugate gradient method for unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1682
    • 提供者:肖敏
  1. conjugate-grade-method

    0下载:
  2. 有限元中基于共轭梯度法求解对称正定方程,可以很快的提高解题的速度!!一个比较简单的使用的代码!!希望对大家有用啊-Finite element conjugate gradient method based on symmetric positive definite equation, you can quickly increase the speed of problem solving! ! The use of a relatively simple code! ! Hope to u
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:159110
    • 提供者:闫翠萍
  1. dcx

    0下载:
  2. 用FR共轭梯度法求解无约束最优化问题(c++)-With the FR conjugate gradient method for solving unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:982
    • 提供者:slxlys
  1. homework-of-The-Optimal-Control

    0下载:
  2. 本学期的最优控制作业,对牛顿法、梯度法、共轭梯度法等三种变分法,进行了比较,并得出结论-This semester homework of The Optimal Control,compare the three variational methods of Newton method gradient method and conjugate gradient method,then make a conclusion.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:15095
    • 提供者:袁小异
  1. conjugate

    0下载:
  2. 共轭梯度法求极值相关源代码,本例为二元函数-Conjugate gradient extremum associated source code and binary function in this case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:16007
    • 提供者:Tuo
  1. -Common-non-binding

    2下载:
  2. 最优化常用无约束方法,内有最速下降法,newton法,共轭梯度法,坐标轮换发等程序,程序均用C语言编写!-The most common unconstrained optimization methods, steepest descent method within, newton method, conjugate gradient method, coordinate rotation of hair and other procedures, procedures are writte
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1035950
    • 提供者:祝小龙
  1. conjg

    0下载:
  2. 《神经网络与机器学习》书中的,根据共轭梯度法进行双月型数据的分类-" Neural Networks and Machine Learning" book, according to the conjugate gradient method for data classification based bimonthly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1212
    • 提供者:lixx
  1. cpp1

    0下载:
  2. 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:185777
    • 提供者:林林
  1. synthesis-of-mechanism

    1下载:
  2. 对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。-For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:190221
    • 提供者:lcz
  1. shili97

    0下载:
  2. 制作运用共轭梯度法解线性方程组的用户界面 -Making use of conjugate gradient method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:740
    • 提供者:岳翠翠
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com