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

搜索资源列表

  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. Newton

    0下载:
  2. 利用牛顿法和拟牛顿法解非线性方程组,实验验证有效。-Newton method and quasi Newton method for solution of nonlinear equations, which has been experimentally verified and proven to be useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:914
    • 提供者:junli
  1. NumericalMethodBasicSample

    1下载:
  2. 数值方法基本例题MATLAB解法,基本解方程,龙格-库塔,牛顿法等-Example MATLAB solution of basic numerical methods, the basic solution of equations, Runge- Kutta, Newton' s law
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:69688
    • 提供者:王跃辉
  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. somefunctiontosolveextremum

    0下载:
  2. 目标函数的几种极值求解方法,包括最速下降法,拟牛顿法,共轭梯度法MATLAB实现-The objective function to solve several extreme methods, including steepest descent, quasi-Newton method, conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53780
    • 提供者:黄梅
  1. broyden_cal

    1下载:
  2. 求解非线性方程组的拟牛顿法(逆broyden秩1方法)之matlab程序,采用符号运算,直接输入含参数的方程组即可。-Solving nonlinear equations of quasi-Newton method (inverse method broyden rank 1) of the matlab program, using symbolic computation, the direct input of equations with a parameter can be.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:886
    • 提供者:louis
  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. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. 非线性规划三种方法matlab代码

    1下载:
  2. 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:come vanet!
  1. niutow

    0下载:
  2. 采用牛顿法求解最优值点,主要是求解二次函数,对于非二次函数同样适用,效果不佳。(Newton method used to solve the optimal point, mainly for solving the two function, for non two function also applies, the effect is not good.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:kankan
  1. newton-feixianxingfangcheng

    0下载:
  2. MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:木手冈
  1. 机器学习第二次实验

    1下载:
  2. 机器学习第二次作业实验二,通过MATLAB编程,运用牛顿法收敛速度快,可用(Machine learning second job experiments two, through MATLAB programming, the use of Newton method, fast convergence.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:945152
    • 提供者:BRmnk!9544
  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. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. 牛顿法

    0下载:
  2. IEEE5节点潮流计算,导纳矩阵计算,关联矩阵计算,支路数据处理(IEEE5 node power flow this is the stand Power grid.according the newton method to calculate the power flow)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:8192
    • 提供者:弦可道
  1. pf30

    0下载:
  2. 牛顿法潮流计算程序,内附详细说明文件,解压即可(Newton method of flow calculation program)
  3. 所属分类:matlab例程

  1. TNIPM

    0下载:
  2. 用基于内点法的截断牛顿法来求出lasso问题(The truncated Newton method based on interior point method is used to solve the lasso problem)
  3. 所属分类:matlab例程

  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
    • 提供者:旺旺饼干
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com