CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 最优化 约束

搜索资源列表

  1. optimumt1

    0下载:
  2. 这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法-this is a high-pass filter to the optimization algorithm. Binding the issue of punitive function without constraint using the simplex method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.4kb
    • 提供者:宋亚平
  1. fuhexing

    0下载:
  2. 说明: 1.本程序为复合形法 !* 2.程序功能是求解约束最优化问题-Note : 1. The procedures for the complex method! * 2. Programming is solving constrained optimization problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.14kb
    • 提供者:erwang
  1. c++

    0下载:
  2. 最优化-约束和无约束共轭梯度法程序c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.14kb
    • 提供者:yuer
  1. 最速下降法程序源代码

    2下载:
  2. 用最速下降法实现无约束模型的优化计算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-03-12
    • 文件大小:8.32kb
    • 提供者:inndoor@126.com
  1. sy3.rar

    0下载:
  2. matlab程序,有约束最优化问题直接法--复合形法,matlab program, constrained optimization problems are the direct method- the complex method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.09kb
    • 提供者:linfuquan
  1. CG_DESCENT.rar

    0下载:
  2. 利用CG_DESCENT算法求解大规模无约束最优化问题,代码所用语言为Fortran77.,CG_DESCENT algorithm using large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-06
    • 文件大小:473.27kb
    • 提供者:刘东
  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1.81kb
    • 提供者:anytry
  1. conjugate_grad_2d

    0下载:
  2. 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:568byte
    • 提供者:何正亚
  1. matlab_trm

    4下载:
  2. MATLAB 有约束信赖域算法,以四元多项式为算例 适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学, 程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning o
  3. 所属分类:Algorithm

    • 发布日期:2014-06-19
    • 文件大小:1.11kb
    • 提供者:李龙
  1. resrict

    0下载:
  2. 约束最优化 最优化试验程序 自己编写 结果经过验证-resrict
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.35kb
    • 提供者:程仕伟
  1. ZUIYOUHUAFORMatlab

    0下载:
  2. Matlab开发的最优化设计程序,包括有无约束的线性规划和非线性规划问题。-Matlab to optimize the design of the development of procedures, including whether or not bound by the linear programming and nonlinear programming problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3.11mb
    • 提供者:崔立洲
  1. BFGS

    1下载:
  2. 利用BFGS算法求解大规模无约束最优化问题,代码所用语言为Fortran77.-BFGS algorithm using large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-13
    • 文件大小:1020.25kb
    • 提供者:刘东
  1. CG_PLUS

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

    • 发布日期:2017-04-07
    • 文件大小:387.28kb
    • 提供者:刘东
  1. hunhefahanshufa

    0下载:
  2. 罚函数法 它将有约束最优化问题转化为求解无约束最优化问题: 其中M为足够大的正数, 起"惩罚"作用, 称之为罚因子, F(x, M )称为罚函数.-hunhefahanshufa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:604byte
    • 提供者:原维
  1. Newton

    0下载:
  2. 数值计算中求解最优化问题时 针对无约束优化问题的牛顿法求解算法代码-Solving numerical optimization problems in the unconstrained optimization problem for the Newton algorithm code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.57kb
    • 提供者:肖敏
  1. HR-GPSR

    0下载:
  2. 数值计算中最优化问题求解 共轭梯度法解无约束最优化问题-Numerical optimization problem solving in the conjugate gradient method for unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.64kb
    • 提供者:肖敏
  1. fahanshu

    0下载:
  2. 混合罚函数法求解最优化问题的程序之一,可解无约束最优化问题-Mixed penalty function method for solving optimization problem one of the procedures can be unconstrained optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.02kb
    • 提供者:孙亚辉
  1. dcx

    0下载:
  2. 用FR共轭梯度法求解无约束最优化问题(c++)-With the FR conjugate gradient method for solving unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:982byte
    • 提供者:slxlys
  1. 最优化方法

    1下载:
  2. 最优化方法中的黄金分割法,拟牛顿法的最值求解,以及一些无约束问题的求解算法(The golden section method in optimization method, the maximum solution of quasi Newton method, and some algorithms for solving unconstrained problems.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-09
    • 文件大小:5kb
    • 提供者:清野
  1. 0带约束的差分进化算法1

    1下载:
  2. 基于Python编写的差分进化原理的带边界条件约束算法(A band constraint algorithm based on differential evolution algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-12-18
    • 文件大小:2kb
    • 提供者:小米豆腐
« 12 »
搜珍网 www.dssz.com