搜索资源列表

  1. NLP

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

    • 发布日期:2024-05-18
    • 文件大小:780288
    • 提供者:林小博
  1. CG1.m

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:belal
  1. Conjugate-gradient

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:sunling
  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 relat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:158720
    • 提供者:闫翠萍
  1. conjugate

    0下载:
  2. 共轭梯度法求极值相关源代码,本例为二元函数-Conjugate gradient extremum associated source code and binary function in this case
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:Tuo
  1. conjugate-gradient-method

    0下载:
  2. 用matlab编程,实现最优控制理论中的共轭梯度算法。-With the matlab programming, optimal control theory conjugate gradient algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:高盼
  1. shili97

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:岳翠翠
  1. conjugate-gradient

    0下载:
  2. conjugate gradients in the image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:84992
    • 提供者:kingkhan
  1. conjugate-case-in-talbot-effect

    0下载:
  2. 泰伯效应的共轭现象,介绍泰伯现象成德共轭像成的实验原理与方法。-conjugate case in talbot effect
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:446464
    • 提供者:zhh
  1. CG

    0下载:
  2. 共轭梯度法CGmatlab程序 解线性方程组-Conjugate gradient method matlab program for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zn
  1. conjugate-gradient-method

    0下载:
  2. 利用共轭梯度法求解无约束问题实例。其实现的软件为matlab-Using conjugate gradient method to solve the problem without constraint examples
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:selina
  1. Conjugate-gradient-method-matlab

    1下载:
  2. 共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:雨文
  1. conjugate-gradient-method

    0下载:
  2. 用共轭梯度法求解系数矩阵为对称正定矩阵的二次函数的最优解-The optimal solution of the quadratic function using the conjugate gradient method for solving the coefficient matrix is symmetric positive definite matrix
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:闫小凡
  1. Conjugate-Gradient-Method

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

    • 发布日期:2024-05-18
    • 文件大小:704512
    • 提供者:
  1. conjugate-gradient-method_matlab.tar

    0下载:
  2. 利用共轭梯度法进行方程组求解的MATLAB源代码-Solving equations by conjugate gradient method (matlab code)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:Lynn
  1. conjugate

    0下载:
  2. conjugate就是所谓的共轭梯度法,用迭代的思想解决一些数值问题-conjugate is called the conjugate gradient method, iterative thinking to solve some numerical problems
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:fan
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zhuyuanli
  1. conjugate-gradient

    0下载:
  2. 两个程序,基于共轭梯度的BP算法,和标准的BP算法,两个都是实现函数逼近-Two procedures, based on the conjugate gradient BP algorithms, and standard BP algorithm, are both function approximation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:zhangle
  1. conjugate

    0下载:
  2. 用共轭先验做Bayes计算,可以很好地计算第一类错误与功效,效果很好-conjugate prior in bayesian
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:城堡
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:wxq
« 1 2 3 45 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org