CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - simplex.m

搜索资源列表

  1. pid

    3下载:
  2. 单纯形法整定pid参数,simulink环境,单纯形法很依赖初值的选取,在canshu.m中输入初始值。-Simplex method pid tuning parameters, simulink environment, simplex method is very dependent on the selection of initial value, in canshu.m enter the initial value.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4.2kb
    • 提供者:时光
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

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

    20下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:37.54kb
    • 提供者:百位过
  1. opt_matlabGUI

    2下载:
  2. 最优化算法,单纯形法,两阶段法,大M法,单纯形法(两步法)求解任意LP问题的可视化界面-Optimization algorithm, simplex method, two-phase method, Big M method
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2.25mb
    • 提供者:yangyun
  1. originalsimpleM111.m

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量)。输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量 输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数-The original simplex method (big M method, without giving the initial basic variable). Input: C is the n-dimensional row vector, A is the coef
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:红叶
  1. SimplexMethodForNLP

    0下载:
  2. 源码给出了非线性LP问题的单纯形算法,程序分为5个.M文件,其中simple.m为单纯形算法,其他为调用文件,欢迎大家讨论下载。-Source LP problem given the nonlinear simplex algorithm, the program is divided into 5. M file, which simple.m for the simplex algorithm, the other for calling the file, please download
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2.55kb
    • 提供者:lihaiqiang
  1. simplex.m

    2下载:
  2. useful coding in matlab regarding cognitive radio wirless mesh networks.this uses linear programming using simplex II method.
  3. 所属分类:matlab

    • 发布日期:2017-01-29
    • 文件大小:2kb
    • 提供者:Suganya
  1. danchunxing

    0下载:
  2. 求解线性规划的单纯形法,M文件,里面有注释,可以求标准的线性规划问题。-Solve the linear programming of the simplex method, there are comments
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.15kb
    • 提供者:fish
  1. DM2

    0下载:
  2. 大M法的单纯形法实现,用于计算线性规划问题,很好用的,并且注释很清楚-Big M Method, Simplex Method used to calculate the linear programming problem, well used, and comment is very clear
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.21kb
    • 提供者:张宇
  1. [M]

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.28kb
    • 提供者:hongye
  1. Simplexmod.m

    0下载:
  2. Simplex algorithm in one example
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1.63kb
    • 提供者:oskarledesma
  1. BigM

    0下载:
  2. 求解线性规划问题的大M算法,是原始单纯型算法的改进-Big M Method (an improved simplex method )for solving linear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1013byte
    • 提供者:李明扬
  1. simplex

    0下载:
  2. 线性规划最常用的单纯形法的matlab实现,运行时以simthod.m主文件,范例见数据代码。注意要将所有m文件放在一个文件夹后再运行-The most commonly used linear programming simplex method matlab implementation to simthod.m master file, see the sample data code at runtime. Note to all m files in a folder and then
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.54kb
    • 提供者:wcy
  1. DownhillSimplexMethod.m

    0下载:
  2. Downhill Simplex Method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:Sergio
  1. Simplex

    2下载:
  2. this a M-file MATLAB that it can be solve a simple LP problem bye simplex method.-this is a M-file MATLAB that it can be solve a simple LP problem bye simplex method.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:567byte
    • 提供者:rassel
  1. SimpleMethod

    0下载:
  2. 实现了用单纯形算法解决线性规划问题,用的方法是大M法。-It implements the methods for solving linear programming problems with the simplex algorithm, using a big M method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:Zhehui Chen
  1. 2phaseSimplexMethod.m

    0下载:
  2. This the matlab code for 2phase simplex method which I used it for my semester project. With a little parameter modification, the code should work with any kind of linear programming problem. All details comments are provided within the code as well.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.38kb
    • 提供者:Peter
搜珍网 www.dssz.com