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

搜索资源列表

  1. 用拟牛顿法解非线性方程组

    0下载:
  2. 用拟牛顿法解非线性方程组-with quasi-Newton method for solving nonlinear equations
  3. 所属分类:C#编程

    • 发布日期:2014-01-20
    • 文件大小:3.1kb
    • 提供者:彭文
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. excel_in_civil_egineering

    1下载:
  2. 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:112.26kb
    • 提供者:张力
  1. niudun

    0下载:
  2. 用拟牛顿法求极小值点- Of quasi-Newton method for the minimum point
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:579byte
    • 提供者:peter
  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
    • 文件大小:22.1kb
    • 提供者:温娟
  1. niniudun

    0下载:
  2. 无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:3.04kb
    • 提供者:wang
  1. ninewton

    0下载:
  2. 拟牛顿迭代法 matlab程序 应用是数字分析课程的matlab代码-ninewton iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:624byte
    • 提供者:diana
  1. 3

    0下载:
  2. BFGS拟牛顿法求非线性无约束最优化(函数极值)问题-BFGS quasi-Newton method for solving nonlinear unconstrained optimization (function extremum) problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3.32kb
    • 提供者:wwe
  1. 5

    0下载:
  2. DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3.26kb
    • 提供者:wwe
  1. BFGSTest

    0下载:
  2. 拟牛顿法BFGS; 非线性无约束最优化; C#编程-Quasi-Newton method BFGS nonlinear unconstrained optimization C# Programming
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:37.94kb
    • 提供者:zhanglee
  1. Quasi-Newton-method

    0下载:
  2. 最优化算法中的拟牛顿法,是一种非线性算法问题-Optimization algorithm quasi-Newton method, is a nonlinear algorithm problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:3.04kb
    • 提供者:haohaiqiang
  1. source

    0下载:
  2. owlqn, 解L1最优化的拟牛顿法,理论参见微软论文Scalable Training of L1-Regularized Log-Linear Models-owlqn, Scalable Training of L1-Regularized Log-Linear Models
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9.65kb
    • 提供者:larry
  1. minDFP

    0下载:
  2. 拟牛顿法求解多维函数的极值 function [x,minf]=minDFP(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Quasi-Newton method for solving the multi-dimensional function of the extreme value function [x, minf] = minDFP
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:Bill
  1. Mathematical-Programming

    0下载:
  2. 数学规划 lp - 线性规划 linprog - 线性规划(在MATLAB5.3使用) fmin - 一元函数极值 fminu - 多元函数极值拟牛顿法 fmins - 多元函数极值单纯形搜索法 constr - 非线性规划 fmincon - 非线性规划(在MATLAB5.3使用)- Mathematical Programming lp- Linear Programming linprog- linear programming (in M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:22.49kb
    • 提供者:lxc
  1. 最优化:拟Newton法

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

    • 发布日期:2017-12-23
    • 文件大小:393kb
    • 提供者:XIAOXIAOPANG
  1. 新建文件夹

    0下载:
  2. 本程序为利用拟牛顿法求非线性方程组的一组解,欢迎大家共同探讨(A set of solutions for nonlinear equations by quasi Newton method)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:骏驰
  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
    • 文件大小:1kb
    • 提供者:旺旺饼干
  1. 牛顿

    0下载:
  2. 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:==楠==
  1. NiNewtonRaphson

    1下载:
  2. 对于光伏组件数学建模与求解,主要应用的拟牛顿法求解光伏组件5参数模型(For mathematical modeling and solving of photovoltaic module, the quasi Newton method is used to solve the 5 parameter model of photovoltaic module.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:`张三33
  1. ni_niu_dun_fa

    1下载:
  2. 基于拟牛顿法解决无约束优化问题的Python代码(Python code for unconstrained optimization based on quasi-Newton method)
  3. 所属分类:其他

    • 发布日期:2020-11-03
    • 文件大小:1kb
    • 提供者:陈嵩
« 12 »
搜珍网 www.dssz.com