CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - bfgs

搜索资源列表

  1. homework-code

    5下载:
  2. 不精确一维搜索wolfe-Powell准则、BFGS、牛顿法、LU分解、有效集法等-Inexact line search wolfe-Powell criteria, BFGS, Newton' s method, LU decomposition, the effective collection method
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:4450
    • 提供者:小光
  1. BFGS-youhua

    1下载:
  2. 用于解决优化问题中的无约束优化,经过检测,能够成功运行。-To solve the problem of unconstrained optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2423
    • 提供者:WX
  1. sourcefile

    2下载:
  2. 最优化方法,作业,包括BFGS,SUMT惩罚函数法等-Optimization
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:19340
    • 提供者:chenxiaoguang
  1. BFGS

    0下载:
  2. 最优化方法作业 BFGS方法 有算法分析 步骤 实例 实验结果和C++源程序-Operations optimization algorithm analysis step BFGS method is an instance of experimental results and the C++ source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:54532
    • 提供者:kylin
  1. bfgswopt

    0下载:
  2. steepest descent/bfgs with polynomial line search
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2263
    • 提供者:shfc
  1. multidimensional-extremum-problems

    1下载:
  2. 无约束多维极值问题,包含 用模式搜索法求解多维函数的极值 用Rosenbrock法求解多维函数的极值 用单纯形搜索法求解多维函数的极值 用Powell法求解多维函数的极值 用最速下降法求解多维函数的极值 用共轭梯度法求解多维函数的极 用牛顿法求解多维函数的极值 用修正牛顿法求解多维函数的极值 用DFP法求解多维函数的极值 用BFGS法求解多维函数的极值 用信赖域法求解多维函数的极值 用显式最速下降法求正定二次函数的极值 -Unconstrain
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:6433
    • 提供者:张然
  1. 3

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

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

    0下载:
  2. 用变尺度法(BFGS)寻找方程最优解,vbs实现,win rt可用。-Looking equations with BFGS optimal solution, vbs achieve, win rt available.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1060
    • 提供者:zsj
  1. bfgsopt

    0下载:
  2. BFGS法求多元函数的极小值,用迭代方式进行线性搜索。-The minimal value of multivariate function by BFGS method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1262
    • 提供者:余一
  1. minBFGS

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

    • 发布日期:2017-04-11
    • 文件大小:1216
    • 提供者:Bill
  1. BFGS

    0下载:
  2. 优化算法,选取最优点,这是一个纯数值的算法,给出一个初始点,进行最优点的选取-optimization algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1176
    • 提供者:lieyannanjue
  1. bayesian-hill-climbin

    0下载:
  2. FORTRAN code for minimizing a function whose uation is expensive. At each iteration, a Bayesian posterior mean for the surface shape conditional on points already sampled is constructed and the minimum of this is found. This minimum is then used as
  3. 所属分类:Other systems

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

    0下载:
  2. BFGS算法的实现(Implementation of BFGS algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:12288
    • 提供者:bachleor111
  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. L-BFGS-B-C-master

    1下载:
  2. 基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)
  3. 所属分类:其他

    • 发布日期:2019-10-30
    • 文件大小:164864
    • 提供者:Jed2013
  1. 第一题bfgs

    2下载:
  2. armijo准则下bfgs法实现,最优化方法作业,大连理工大学(Realization of BFGS method under Armijo criterion, operation of optimization method, Dalian University of Technology)
  3. 所属分类:其他

    • 发布日期:2019-10-31
    • 文件大小:15360
    • 提供者:lynchorz
搜珍网 www.dssz.com