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

搜索资源列表

  1. matlab

    0下载:
  2. 最优化算法中的外罚函数法,求解最优的解 可以直接利用-Optimization algorithm outside the penalty function method for solving the optimal solution can be directly utilized
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:1638
    • 提供者:丝雨飞花
  1. Guass_Newton

    0下载:
  2. 高斯牛顿函数的最优化算法matlab源程序-Function by the Gauss-Newton optimization algorithm matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:863
    • 提供者:yuzexi
  1. function

    0下载:
  2. 函数逼近法,最优化的算法,使用函数逼近法达到工程最优化-Function approximation method, optimization algorithm, using the function approximation method to achieve project optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:10974
    • 提供者:yangfeifei
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. matlab-for-fminunc-and-fminbnd

    0下载:
  2. 求解工程最优化即最大(小)值问题的常用Matlab函数及其使用方法-Ie, the maximum value of (small) problem solving engineering optimization commonly used Matlab functions and methods of use
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:26182
    • 提供者:何婵
  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. PHR_multiplier_method

    0下载:
  2. 《最优化理论与方法》书籍中的乘子法的源程序,该书中的很多案例都用此方法试验过,本代码是一个小案例,将目标函数和约束函数按自己的需求换掉就能进行所期望的运算-" Optimization Theory and Methods" books multiplier method of the source, the book' s many cases are tested using this method, the code is a small case, the obj
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:5123
    • 提供者:wxq
  1. Trust-RegionInterior_Point

    0下载:
  2. 本代码为《最优化理论与方法》书籍重的信赖域算法的代码,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" heavy books trust region algorithm code, the code of the objective function and constraints may need to change the initial value
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:4234
    • 提供者:wxq
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:4788
    • 提供者:wxq
  1. steepest-descent-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:5799
    • 提供者:wxq
  1. BFGS

    1下载:
  2. 本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job
  3. 所属分类:source in ebook

    • 发布日期:2017-10-25
    • 文件大小:3072
    • 提供者:wxq
  1. DFPTest

    0下载:
  2. 变尺度DFP方法; 非线性最优化; 多元函数优化方法-DFP variable metric method nonlinear optimization multi-function optimization method
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:38647
    • 提供者:zhanglee
  1. BFGS

    0下载:
  2. 最优化方法里的BFGS拟牛顿算法,针对特定的二元函数(可修改)给出极小点和最优值。-Optimization methods in the BFGS quasi-Newton algorithm for a particular binary function (can be modified) gives minimum point and the optimal value.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:708
    • 提供者:conwool
  1. Optimization-Methods-

    7下载:
  2. 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
  3. 所属分类:matlab

    • 发布日期:2015-12-23
    • 文件大小:1792000
    • 提供者:赵雪伟
  1. pfmethod

    0下载:
  2. 罚函数法将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法Matlab源程序-Penalty function method will be constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function method in Matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:720
    • 提供者:lucy
  1. PenaltyFunctionMethod

    0下载:
  2. 罚函数法是将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法的Matlab源程序。-Penalty function method is a constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function in Matlab source.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:733
    • 提供者:lucy
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com