CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 最优化牛顿法

搜索资源列表

  1. raytracing

    0下载:
  2. 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2444
    • 提供者:fanwei
  1. c++最优化问题全解答

    2下载:
  2. 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-11-22
    • 文件大小:1065267
    • 提供者:xiewenjie
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. steepest

    1下载:
  2. 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1596
    • 提供者:Sharon
  1. Newton

    0下载:
  2. 数值计算中求解最优化问题时 针对无约束优化问题的牛顿法求解算法代码-Solving numerical optimization problems in the unconstrained optimization problem for the Newton algorithm code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1606
    • 提供者:肖敏
  1. niniu

    0下载:
  2. 用最优化算法中的拟牛顿法求解方程组的解,可以根据需要构造方程组-Optimization algorithm with the quasi-Newton method to estimate the parameters
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:549
    • 提供者:wanyou
  1. Newton

    0下载:
  2. 用于最优化牛顿法计算,可以实现目标函数求最小值问题,-Newton' s method for optimization, can achieve the objective function for the minimum problem, thank you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5064
    • 提供者:hewei
  1. Newton

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate Gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:516
    • 提供者:兰中周
  1. onedimenssionsearch

    0下载:
  2. 实用最优化算法课程中要求的一维搜索算法,包括牛顿法、黄金分割法、成功失败法等,全是自己原创的matlab代码,有什么问题可以找我,QQ:492655735-Practical optimization algorithm courses require a one-dimensional search algorithm, including Newton' s method, golden section method, the success or failure method ful
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:3253
    • 提供者:黎宇帆
  1. 82786572quasi-newton

    1下载:
  2. 最优化的拟牛顿法算法,解决在实际应用中碰到的问题。-Quasi-Newton Methods
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:113290
    • 提供者:赵清宇
  1. newton

    0下载:
  2. 最优化方面的牛顿法算法,方便入门同学学习-Newton' s method algorithm optimized with respect to the most convenient entry students learning
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:8830
    • 提供者:张雄机
  1. Mathematical-optimization-toolbox

    0下载:
  2. 数学最优化工具箱,内含0.618法,Fibonacci法,共轭梯度法,你牛顿法,牛顿法,最速下降法。每个算法都有一个实例用matlab实现-Mathematical optimization toolbox, containing 0.618 Fibonacci method, conjugate gradient method, Newton, Newton, steepest descent method. Each algorithm has an example of using mat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:11230
    • 提供者:商恒超
  1. zuiyouhua

    0下载:
  2. 用vb实现最优化方法中的几种基本算法,包括最速下降法、牛顿法、共轭梯度法、最小二乘法等并结合数据库的使用,程序中还附带用户登录及管理-With vb achieve optimal methods of several basic algorithms, including the steepest descent method, Newton method, conjugate gradient method, least squares method and combined use of
  3. 所属分类:Algorithm

    • 发布日期:2015-08-31
    • 文件大小:4032512
    • 提供者:
  1. optimal

    0下载:
  2. 最优化实现,主要涉及拟牛顿法解决非线性方程,非线性最小化问题,高斯牛顿法和DFP法-Optimized to achieve, mainly involving quasi-Newton method to solve nonlinear equations, nonlinear minimization problem, Gauss-Newton method and DFP method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1228691
    • 提供者:yc
  1. bycgste

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

    • 发布日期:2017-04-12
    • 文件大小:2302
    • 提供者:wangwenshu
  1. optimize

    0下载:
  2. 最速下降法和牛顿法解决最优化问题 dampnm.m - 牛顿法 grad.m - 最速下降法-The steepest descent method and Newton' s method to solve optimization problems dampnm.m- Newton grad.m- the steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2268
    • 提供者:leonie
  1. nonlinear-conjugate-gradient

    0下载:
  2. 在无约束最优化方法中,通过选择搜索方向 k d 而得到的方法主要有四种:最 速下降法,Newton法,共轭方向法,Quasi-Newton (拟牛顿法)。 -Study on the algorithm of several nonlinear conjugate gradient method and the analysis of global convergence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:李振涛
  1. Unconstrained-optimization-method

    0下载:
  2. 本资源主要对矩阵分解中的LU分解、LDL’分解、乔列斯基分解,以及无约束最优化领域中的最速下降法、牛顿法、拟牛顿法的原理、步骤和算法进行了简要介绍,并对各种方法进行了Matlab编程实验,得到了较好的结果。 本资源包含了《矩阵分解及无约束最优化方法的原理和应用简介》文档以及其中用到的全部Matlab程序,非常适合初学者学习与研究。-The resources are mainly in the matrix decomposition LU decomposition, LDL decompo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:168232
    • 提供者:王彭
  1. 最优化方法

    1下载:
  2. 最优化方法中的黄金分割法,拟牛顿法的最值求解,以及一些无约束问题的求解算法(The golden section method in optimization method, the maximum solution of quasi Newton method, and some algorithms for solving unconstrained problems.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-08
    • 文件大小:5120
    • 提供者:清野
  1. 最优化方法

    3下载:
  2. 使用各种不同的方法计算二元函数极值,如最速下降法,牛顿法,共轭梯度法,拟牛顿法,信赖域法等(Calculate binary function extremes using various methods, such as steepest descent, Newton's method, conjugate gradient method, quasi-Newton method, trust region method, etc.)
  3. 所属分类:数学计算

    • 发布日期:2020-05-17
    • 文件大小:9216
    • 提供者:血月1
« 12 »
搜珍网 www.dssz.com