搜索资源列表

  1. Matlab

    1下载:
  2. matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:34816
    • 提供者:朱志远
  1. 4NETN

    0下载:
  2. 使用拟牛顿法求解非线性方程组的源码,只需要改变输入的方程组,即可求得需要的解。-Using the quasi-Newton method for solving nonlinear equations, source, only need to change the input equations, you can obtain the desired solution.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Ella yang
  1. mathematic-library

    0下载:
  2. 数值分析类库。包括了Vector和Matrix类,可用于求CHOLESKY分解,解方程,以及求极值等。求极值的方法包括最速下降法,牛顿法,拟牛顿法,共轭梯度法,变尺度法等等。-Mathematic Analyze tools which contains the Vector and Matrix classes. It can be used to work our the parse of cholesky and solf the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3043328
    • 提供者:Snoopy
  1. unconstraint-optimization-byNewton

    0下载:
  2. 采用拟牛顿法解决工程上全局优化,同时给出该程序的具体编写过程-global optimization for newton method is carried,at mean time, the progress is gived
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:wuhuzi
  1. 4NETN

    0下载:
  2. 用拟牛顿法求解非线性方程组一组实根的方法-A group of real roots of the method of quasi-Newton method for solving nonlinear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:wade
  1. dfp

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:雨山
  1. feixianxingfangchengzujiesuan

    0下载:
  2. 非线性方程组数值计算,MATLAB语言实现。包括多种迭代方法,牛顿法,拟牛顿法,以及相关的改进算法。-Numerical calculation implementation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:28672
    • 提供者:sanlizi
  1. NLequationCalculator

    0下载:
  2. 4.1 非线性方程与方程组类设计 4.2 求非线性方程实根的对分法 4.3 求非线性方程一个实根的牛顿法 4.4 求非线性方程一个实根的埃特金迭代法 4.5 求非线性方程一个实根的连分式解法 4.6 求实系数代数方程全部根的QR方法 4.7 求实系数代数方程全部根的牛顿-下山法 4.8 求复系数代数方程全部根的牛顿-下山法 4.9 求非线性方程组一组实根的梯度法 4.10 求非线性方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:75776
    • 提供者:王健
  1. DFP-algorithm

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:刘平
  1. Improved-BP-neural-network-c

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:烦渴
  1. optical-folw

    0下载:
  2. 基于光流的各种梯度计算方法 用拟牛顿法求极小值点和最速下降梯度法matlab程序-Based on optical flow of all kinds of gradient calculation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:沙晓鹏
  1. Quasi-Newton-Methods

    0下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王喜
  1. quasiNewton

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

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:haoyunhe
  1. Armijo_quasiNewton

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

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

    0下载:
  2. 最优化算法中的使用非单调线搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用-The use of non-monotonic line optimization algorithm to search seeking step quasi-Newton algorithm source code, Matlab programming, and hope to be useful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:haoyunhe
  1. Mutual_Information

    0下载:
  2. 研究了基于互信息测度的医学图像配准方法,提出了一种优化算法的改进。目的旨在于解决配准的精度和在基于互信息配准过程中的效率问题。提出的优化算法是将拟牛顿方法运用于多模医学图像配准中。实验结果说明这种改进的方法能有效提高配准的精度和效率问题,并得到好的实验效果。-Abstract: This paper presents a novel Optimized method for medical image registration, the
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:1452032
    • 提供者:vivi
  1. Quasi-Newton

    0下载:
  2. 拟牛顿算法中的经典BFGS校正算法和DFP算法的matlab实验代码,broyden族算法的matlab程序。-Proposed Newton the classic algorithm the BFGS correction algorithm and DFP algorithm matlab experimental code, broyden family, algorithm matlab program.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:
  1. Grape_Quasi_Newton

    0下载:
  2. 量子控制中著名的GRAPE算法的改进版本,二阶拟牛顿算法,效率改进很大-Quantum Control famous GRAPE algorithm improved version of the second-order quasi-Newton algorithm efficiency improvements
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:29696
    • 提供者:qiqiguai
  1. 82786572quasi-newton

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

    • 发布日期:2024-05-17
    • 文件大小:113664
    • 提供者:赵清宇
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

源码中国 www.ymcn.org