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

搜索资源列表

  1. mycode

    0下载:
  2. matlab实现共轭梯度法源代码,有助于初学者学习最优化课程-matlab conjugate gradient method to achieve source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1580
    • 提供者:zhucehao
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  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. 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. 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. CG_DESCENT-F-1.4.tar

    0下载:
  2. 无约束优化共轭梯度算法HAGER的非单调线搜索下的程序实现-Unconstrained optimization conjugate gradient algorithm HAGER non-monotone line search procedure to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:79783
    • 提供者:赵凡
  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. a-nerve-network-of-matlab

    0下载:
  2. matlab神经网络一例,运用比例共轭梯度动量算法来训练 BP网络 。-matlab neural network case, the use of the momentum ratio of conjugate gradient algorithm to train the BP network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3865
    • 提供者:durongmao
  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. CG

    0下载:
  2. 采用c++实现共轭梯度算法求解大规模线性方程组-Using c++ to achieve large-scale conjugate gradient algorithm for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:675
    • 提供者:王俊
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 31 »
搜珍网 www.dssz.com