搜索资源列表

  1. optimation

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序-Optimization Newton's Law+ conjugate gradient method MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:
  1. linearsolvers

    1下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:王礼广
  1. shiyan3

    0下载:
  2. 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法-One method used ladder, conjugate gradient method and the variable metric method for solving multi-variable optimization problems, single-variable optimization using the 0.61
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:杨大棱
  1. conjugate

    0下载:
  2. 共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数-Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:张大莲
  1. matlab55

    1下载:
  2. 学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤; 比较不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的优缺点。 -Institute of the different search method (steepest descent method, conjugate gradient method, Newton method, quasi-Newton method) for calculatin
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:3kb
    • 提供者:mengxiang
  1. 1

    0下载:
  2. 共轭梯度法matlab程序newton法M文件-Conjugate gradient method newton method matlab procedures M documents
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:5kb
    • 提供者:sara
  1. gongetidufa

    0下载:
  2. 共轭梯度法编程.共轭梯度法是共轭方向法的一种依赖于迭代点的负剃度而构造出来的-Conjugate gradient method programming. Conjugate gradient method is a conjugate direction method relies on an iterative point out negative tonsure and the structure of the
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:23kb
    • 提供者:xiejinliang
  1. cg_test

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

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:xzz
  1. getd

    0下载:
  2. 共轭梯度法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Conjugate gradient method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:马丫
  1. getdf

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

    • 发布日期:2024-11-24
    • 文件大小:18kb
    • 提供者:xujun
  1. CGandlu

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

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:佟跃
  1. opti

    0下载:
  2. 最优化方法的实现算法,分别有0.618法,共轭梯度法,等-The realization of optimization algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-24
    • 文件大小:51kb
    • 提供者:阳方平
  1. Nonlinear_Programming

    0下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:lilin
  1. UnwellLineEquSet-matlab

    2下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:6kb
    • 提供者:陈永恒
  1. 113172216bfgs

    0下载:
  2. 共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
  3. 所属分类:汇编语言

    • 发布日期:2024-11-24
    • 文件大小:14kb
    • 提供者:hehuimin
  1. 共轭梯度法程序源代码

    0下载:
  2. 共轭梯度法程序源代码 用matlab 编写的共轭梯度算法代码。
  3. 所属分类:文档资料

  1. MATLAB-gongetidufa

    0下载:
  2. 共轭梯度法求解对称正定线性方程组,用MATLAB得到的程序(Conjugate Gradient Method for Solving Symmetric Positive Definite Linear Equations, Using MATLAB to Get the Program)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:46kb
    • 提供者:aliang111
  1. Matlab optimization programming example

    0下载:
  2. 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-24
    • 文件大小:58kb
    • 提供者:stlu2008
  1. 共轭梯度法

    1下载:
  2. MATLAB 实现共轭梯度法,比较简单实用的一种优化算法(using MATLAB to complete gongetidufa)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:179kb
    • 提供者:橙子12137
  1. 共轭梯度法

    1下载:
  2. matlab程序的共轭梯度法,研究生计算方法课程专用(Matlab program conjugate gradient method, Graduate computing method courses dedicated)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-24
    • 文件大小:1.26mb
    • 提供者:冥想的天空
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org