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

搜索资源列表

  1. quickdrop

    0下载:
  2. 这是无约束最优化理论的一个小例子,用的是最速下降法。-This is the theory of unconstrained optimization of a small example, using the steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:185566
    • 提供者:lj
  1. DFP-BFGS-0.618

    0下载:
  2. DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1443
    • 提供者:chen zhen
  1. qp

    0下载:
  2. 求解一般线性无约束最优化问题的qp算法程序-Solving the general linear unconstrained optimization algorithm QP procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:585
    • 提供者:man
  1. ACG_DESCENTl

    0下载:
  2. 利用CG_DESCENT算法求解大规模无约束最优化问题,,代码所用语言为Fortran77.,已通过测试。 -Use CG_DESCENT algorithm for solving large-scale unconstrained optimization problems, the code language used is Fortran 77. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:484760
    • 提供者:澄清
  1. BBFGSF

    0下载:
  2. 利用BFGS算法求解大规模无约束最优化化问题,代码所用语言为Fortran77. -BFGS algorithm for solving large-scale unconstrained optimization of the problem, the code language used is Fortran 77.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1044467
    • 提供者:召唤
  1. GA

    1下载:
  2. 遗传算法GA求解无约束最优化问题,采用遗传算法求函数的最小值-The genetic algorithm GA for solving unconstrained optimization problems using genetic algorithm for the minimum of the function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1215
    • 提供者:李威
  1. UCG_PLUSs

    0下载:
  2. 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代代码所用语言为Fortran77., -The conjugate gradient method (CG+) for solving large-scale unconstrained optimization problems, the generation of code language is Fortran 77.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:396680
    • 提供者:yeyu
  1. lagrange

    0下载:
  2. 求解约束最优化问题,一种途径是在可行域内寻找使目标函数值下降的迭代点列,但是这类方法对于带非线性约束的最优化问题求解效果一般都不理想。因此我们利用另一种途径,即利用问题的目标函数和约束函数构造新的目标函数——罚函数,把约束最优化问题转化为相应的罚函数的无约束最优化问题来求解实际问题。-lagrange constraint multiplier method for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2157
    • 提供者:王喜
  1. proj_toolbox

    0下载:
  2. 投影bb法,用于求解非线性无约束最优化问题。-projected bb algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:9299
    • 提供者:李雅倩
  1. niniudun

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

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

    0下载:
  2. 无约束最优化中经典的信赖域方法matlab程序-Trust region methods for unconstrained optimization in classic matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2348
    • 提供者:wang
  1. chengzifa

    0下载:
  2. 无约束最优化中经典的乘子法matlab程序-Unconstrained optimization of classical multiplier method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:3124
    • 提供者:wang
  1. gonger

    0下载:
  2. 无约束最优化中经典的共扼梯度法matlab程序-Unconstrained optimization in classic conjugate gradient method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:991
    • 提供者:wang
  1. zuishuxiajiang

    0下载:
  2. 无约束最优化中经典的最速下降法matlab程序-The unconstrained optimization Classic in the steepest descent method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:2685
    • 提供者:wang
  1. grad

    0下载:
  2. 最速下降法又称为梯度法,是1847 年由著名数学家Cauchy 给出的,它是解析法中最古老的一种,其他解析方法或是它的变形,或是受它的启发而得到的,因此它是最优化方法的基础。作为一种基本的算法,他在最优化方法中占有重要地位,主要用来求解无约束最优化问题。-the steepest_descend_method
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:785
    • 提供者:连云赵
  1. 1

    1下载:
  2. 最速下降法求非线性无约束最优化(函数极值)问题-The steepest descent method for solving nonlinear unconstrained optimization (function extremum) problem
  3. 所属分类:Other windows programs

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

    0下载:
  2. FR共轭梯度法求非线性无约束最优化(函数极值)问题-FR conjugate gradient method for solving nonlinear unconstrained optimization (function extremum) problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3134
    • 提供者:wwe
  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. 5

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

    • 发布日期:2017-11-08
    • 文件大小:3340
    • 提供者:wwe
  1. Penalty-Function-Method-

    0下载:
  2. 惩罚函数法C语言相关程序 它将有约束最优化问题转化为求解无约束最优化问题:其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子,F(x, M )称为罚函数。-Penalty Function Method C language-related program it would have constrained optimization problem is transformed into solving unconstrained optimization problem: where
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:848
    • 提供者:李志强
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com