CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - quasi newton algorithm

搜索资源列表

  1. n1qn3-lib

    0下载:
  2. 最优化算法,应用有限内存拟牛顿方法(Limited Memory (variable-storage)quasi-Newton method)求解高维最优化问题,使用更多的内存将使算法更有效。-optimization algorithm, Application limited memory quasi-Newton method (Limited Memory (variable-stora ge) quasi--Newton method) for high-dimensional opt
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30269
    • 提供者:hanwei
  1. optLib

    0下载:
  2. 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective optimization algorithm, Hookjeeves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:387760
    • 提供者:吴义忠
  1. brsola

    0下载:
  2. brsola 解非线性方程 经典算法 改进版的拟牛顿叠代,收敛很快了-brsola solving nonlinear equations of classical algorithm for improved version of the quasi-Newton iteration, the convergence soon
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:郑康
  1. C++youhuajisuan

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4064
    • 提供者:wangyangpeihua
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. niniu

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

    • 发布日期:2017-04-06
    • 文件大小:549
    • 提供者:wanyou
  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. Mutual_Information

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

    • 发布日期:2017-11-20
    • 文件大小:1452187
    • 提供者:vivi
  1. optimization

    0下载:
  2. 最优化中常见的一些算法,包括DFP,共轭法,拟牛顿法,梯度法等-Common algorithm optimization, including the DFP, conjugate method, quasi-Newton method, gradient method
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:13022
    • 提供者:黎宇帆
  1. BFGS

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

    • 发布日期:2017-10-25
    • 文件大小:3072
    • 提供者:wxq
  1. Optimization-Methods-

    7下载:
  2. 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
  3. 所属分类:matlab

    • 发布日期:2015-12-23
    • 文件大小:1792000
    • 提供者:赵雪伟
  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-11
    • 文件大小:567
    • 提供者:李振涛
  1. BFGS

    0下载:
  2. 数学计算方法,拟牛顿BFGS算法,使用matlab编写-Mathematical calculation method, quasi-Newton BFGS algorithm, using matlab prepared
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1430
    • 提供者:mei
  1. Niniudun

    0下载:
  2. 拟牛顿算法,一种解决全局最优化问题很好的算法,经测试效果很好-Quasi Newton algorithm, a good algorithm to solve the problem of global optimization, the test result is very good
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:wyg
  1. LBFGS

    2下载:
  2. 简化空间的SQP算法,采用拟牛顿的方法计算搜索方向,不需要二阶导数信息;不需要初始可行解;具有快速收敛性甚至超线性收敛性。-Simplify space SQP algorithm, using quasi-Newton method to calculate the direction of the search, no second derivative information no initial feasible solution even with fast convergence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-03-16
    • 文件大小:12288
    • 提供者:LIAO Wei-ping
  1. E0210101511

    0下载:
  2. The paper deals with the steady state analysis of self-excited induction generator using Genetic Algorithm, Pattern Search and Quasi-Newton optimization techniques. The performance of an induction generator, maintaining a constant terminal vo
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:618077
    • 提供者:alok
  1. matlab_builder_d6qs83

    2下载:
  2. 课程设计中实现matlab的最优化设计,程序代码包括各种算法,如最速下降法 共轭梯度法,牛顿法,修正牛顿法,拟牛顿法,信赖域法,显式最速下降法,temp梯度投影法,修正G-N法,基本粒子群算法,带压缩因子的粒子群算法,权重改进的粒子群算法,temp1二阶粒子群算法等等。 -Curriculum design to achieve matlab optimization design, program code includes a variety of algorithms, such as
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6165
    • 提供者:vsayxx
  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. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2457
    • 提供者:chenga728317
  1. quasi-Newton-method

    0下载:
  2. 功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun respective
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5397
    • 提供者:苗小楠
  1. BFGS

    1下载:
  2. 拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。-The quasi-Newton method and the Steepest Des
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:刘杉
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com