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

搜索资源列表

  1. 最优化

    0下载:
  2. matlab 关于牛顿法,最速化,拟牛顿法,黄金分割法,一维搜索法的编程-Matlab of Newton, the most speed, quasi-Newton method, 0.618, one-dimensional search Programming
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11584
    • 提供者:孟琳珺
  1. 最优化算法

    0下载:
  2. 最优化算法,有共轭梯度、牛顿法、黄金分割、最速下降法等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-25
    • 文件大小:8522
    • 提供者:nxl820413
  1. c++最优化问题全解答

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

    • 发布日期:2010-11-22
    • 文件大小:1065267
    • 提供者:xiewenjie
  1. newton 采用牛顿法实现简单的无约束的最优化问题

    0下载:
  2. 采用牛顿法实现简单的无约束的最优化问题,本程序实现简单的计算,计算无约束最优化问题的最优解-Using Newton' s method to achieve a simple optimization problem without constraints
  3. 所属分类:C#编程

    • 发布日期:2017-03-23
    • 文件大小:2125
    • 提供者:赵皮皮
  1. optimization.rar

    1下载:
  2. 最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法,Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:226645
    • 提供者:屠志海
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. DFP

    2下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2679
    • 提供者:刘静
  1. niudun

    0下载:
  2. 本文件是基于MATLAB的解最优化算法的源代码,为牛顿法-This document is based on the MATLAB optimization algorithm solution of the source code for the Newton method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1497
    • 提供者:zzk
  1. newton

    0下载:
  2. 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:804
    • 提供者:redgate
  1. C

    0下载:
  2. 包含了许多的最优化算法,有牛顿法,单纯形法等,都已运行通过了-Contains a number of optimization algorithms, there is Newton' s method, simplex method, etc., have to run through the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5335
    • 提供者:hanxuan
  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. 1

    0下载:
  2. 进行最优化搜索中的牛顿法以及最速下降法运算,可根据已知函数以及初始点位置查到最优点-Optimized search of the Newton method and steepest descent method operation, according to the initial position of known function, and found the benefits of
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2631
    • 提供者:程旭元
  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. MATLAB最优化设计程序

    1下载:
  2. 包含SQP法,非线性最小二乘问题 线搜索技术 乘子发 共轭梯度法 信赖域法 二次规划法 拟牛顿法 最速下降法的MATLAB程序
  3. 所属分类:matlab例程

    • 发布日期:2015-07-22
    • 文件大小:34429
    • 提供者:cys59@163.COM
  1. 最优化:拟Newton法

    0下载:
  2. 拟牛顿法课件(Quasi Newton method courseware)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:402432
    • 提供者:XIAOXIAOPANG
  1. 香蕉函数-牛顿法

    2下载:
  2. 运用牛顿法和Armijo线搜索最优化香蕉函数。(Newton method and Armijo line search are used to optimize banana function.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:69632
    • 提供者:Caleb188
  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
  1. 最优化-牛顿法

    2下载:
  2. 实现牛顿法和618法,利用MATLAB程序,(The Newton and 618 method is realized and the MATLAB program is used)
  3. 所属分类:书籍源码

    • 发布日期:2021-04-27
    • 文件大小:18432
    • 提供者:小七小七
  1. code

    2下载:
  2. matlab实现四种最优化搜索方法 共轭梯度法 牛顿法 最速下降法 拟牛顿法 对一个十维函数的极值搜索(matlab optimal search)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-15
    • 文件大小:3072
    • 提供者:neruo
  1. 牛顿法解优化问题

    2下载:
  2. 使用各种牛顿法(包括普通牛顿法,拟牛顿法,阻尼牛顿法)求解优化问题(Using various Newton methods (including general Newton method, quasi Newton method, damped Newton method) to solve optimization problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-29
    • 文件大小:6144
    • 提供者:liuhonhh
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com