CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 拟牛顿 算法

搜索资源列表

  1. Newton

    1下载:
  2. 用MATLAB编写的基于拟牛顿算法的最优分类器程序,里头附带随机样本生成程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3795
    • 提供者:张宪
  1. 求解非线性方程组的拟牛顿-粒子群混合算法

    1下载:
  2. 求解非线性方程组的拟牛顿-粒子群混合算法
  3. 所属分类:报告论文

    • 发布日期:2011-09-29
    • 文件大小:312413
    • 提供者:yuyehang2011
  1. quasi-newton.rar

    3下载:
  2. 一个用拟牛顿算法求解优化问题的程序,此程序为MATLAB程序,大家用前自己注意检查一下,A Quasi-Newton algorithm using optimization procedures, the procedures for the MATLAB program, we pay attention to before their own check
  3. 所属分类:Algorithm

    • 发布日期:2016-03-15
    • 文件大小:113290
    • 提供者:idhot
  1. nonlinear_equations_solve

    1下载:
  2. 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:11247
    • 提供者:付和平
  1. 求解单一重现期暴雨强度公式的Lingo-BFGS算法

    0下载:
  2. 摘要:为了克服一般的非线性优化算法对初始值的依赖,针对某一地区单一重现期暴雨强度公式参数计算问题,首先将Lingo 软件编程求出的结果作为初始值,然后利用拟牛顿算法对其参数进行优化。实例计算结果表明:采用Lingo 软件和拟牛顿法相结 合的方法求解单一重现期暴雨强度公式比传统的方法精度更高,能有效解决实际优化设计问题。
  3. 所属分类:报告论文

  1. StructEquation2

    0下载:
  2. 结构方程中拟合函数的迭代算法,不同于PLS算法。而是采用BFGS拟牛顿法求解,得出的结果与LISREL软件结果一致. 注:此算法只是针对本人一个模型使用,不同模型要做改动-This program for solving the fit function of Strual Equation Modeling ,BFGS is using for minimize the fit function with the initial point estimated by PLS
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4728
    • 提供者:周旭
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. mathematicalprogrammingcode

    0下载:
  2. 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:22630
    • 提供者:温娟
  1. Matlaboptimization

    0下载:
  2. 数值优化的各种算法,包括牛顿法,拟牛顿,遗传算法,等等。-Numerical optimization algorithms, including Newton' s method, quasi Newton, genetic algorithms, and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3419592
    • 提供者:kaka22
  1. niniudun

    0下载:
  2. 拟牛顿算法的c程序,希望大家能用的上,有问题多多交流。-Quasi-Newton algorithm c program, I hope everyone can be the last, there is a lot of problems exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2416
    • 提供者:龙威
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. BFGS

    0下载:
  2. 最优化算法之一,拟牛顿法,亦称BFGS法,用于求解极值问题,具有二次收敛性-One of the most optimization algorithms, quasi-Newton method, also known as BFGS method for solving extremum problems, with quadratic convergence
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1285
    • 提供者:qch
  1. zniniudunzhiyi_AG

    0下载:
  2. 拟牛顿算法,H矩阵由秩1算法得到,一维搜索由ArmigoGoldstein实现-Quasi-Newton algorithm, H matrix by the rank 1 algorithm, to achieve one-dimensional search by the ArmigoGoldstein
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1077
    • 提供者:杨旻宸
  1. dfp

    0下载:
  2. 一种拟牛顿算法,非线性方程组的最优化方法,matlab调用函数-A Quasi Newton method of nonlinear equations, optimization methods, matlab function is called
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:566
    • 提供者:雨山
  1. Improved-BP-neural-network-c

    0下载:
  2. 改进的BP神经网络算法,基于拟牛顿算法。-Improved BP neural network algorithm, based on the quasi-Newton algorithm.
  3. 所属分类:Development Research

    • 发布日期:2017-11-15
    • 文件大小:2452
    • 提供者:烦渴
  1. quasiNewton

    0下载:
  2. 最优化算法中的拟牛顿算法matlab编程实现,希望对大家有帮助-Quasi-Newton algorithm matlab programming optimization algorithm, and the hope to help everyone
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:570
    • 提供者:haoyunhe
  1. Wolf_quasiNewton

    0下载:
  2. 最优化算法中的带有Wolf搜索求步长的拟牛顿算法求最优值的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Wolf to the search requirements step quasi-Newton algorithms to find the optimal value of the source code, Matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:733
    • 提供者:haoyunhe
  1. Armijo_quasiNewton

    2下载:
  2. 最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:620
    • 提供者:haoyunhe
  1. niNewton_test

    0下载:
  2. Eigen 编写的拟牛顿法 解非线性方程组 //徐世良主编 数值分析与算法 // C++接口 需要Eigen3支持(quasi Newton method for solving nonlinear equations edited by Xu Shiliang numerical analysis and algorithm Eigen3 / C++ interface support)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:雪夜春风
  1. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:旺旺饼干
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com