CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - simplex method

搜索资源列表

  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1155
    • 提供者:kangkankan
  1. MO_Lab1

    0下载:
  2. my version of the algoritm simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:993565
    • 提供者:Alexander
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3667
    • 提供者:陈亮
  1. xianxingguihua

    0下载:
  2. 用单纯形法求解线性规划 用完整单纯形法求解线性规划 用修正单纯形法求解线性规划 -Complete simplex method for solving linear programming using the simplex method for solving linear programming using the revised simplex method for solving linear programming
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:2445
    • 提供者:wangchun
  1. Simplexc

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-Simplex method, the general method for solving linear programming problems. Simplex American mathematician GB Danzig in 1947 first proposed.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:4394
    • 提供者:淡如水
  1. neuy

    0下载:
  2. 在linux平台下实现单纯形法的优化过程。比在vc中更加方便-On the Linux platform to achieve the optimal process of simplex method. More convenient than in the vc
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:6047
    • 提供者:淡如水
  1. LPQuestions.cpp

    0下载:
  2. 研究生课程:优化方法/单纯形法计算代码,可以直接运行-Graduate courses: optimization/simplex method code can be run directly
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:3825
    • 提供者:wunannan
  1. Simpleks_method

    0下载:
  2. This program finds the maximum / minimum of the objective function subject to constraints by the simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:2660352
    • 提供者:ganiball
  1. adaboost-emd-wavelet-ARIMA

    1下载:
  2. emd/wavelet信号处理的matlab程序 ARIMA时间序列matlab预测程序 单纯形法matlab程序 图论算法及其matlab代码 adaboost原理及代码-emd/wavelet signal processing matlab program ARIMA time series matlab prediction program simplex method matlab program graph theory algorithm matlab code a
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:1624459
    • 提供者:胡倩
  1. 02602570updatesimplexmethod

    0下载:
  2. simplex method simplex method
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-16
    • 文件大小:59349
    • 提供者:mayra2604
  1. simplex

    0下载:
  2. Nelder-Mead. Comparative method to find minimimum of multivariable functions.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1228
    • 提供者:cio
  1. simple

    0下载:
  2. matlab相关代码 单纯形法代码 加上部分其简单介绍-matlab code simplex method code plus brief
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:804
    • 提供者:syt
  1. danchunxingfa

    0下载:
  2. 运用单纯形法求线性规划的最值问题,主要解决运筹学方面的问题-Most value the use of the simplex method for solving linear programming problems, mainly to solve the problem of operations research
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1845
    • 提供者:陆心怡
  1. SEM

    0下载:
  2. 单纯形法 用于解决传统非线性规划问题 梯度法-Simplex method for solving the traditional nonlinear programming problem gradient method
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:645
    • 提供者:吕辰
  1. simplex-nelder

    0下载:
  2. Nelder and Mead Optimization Search Method
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:205108
    • 提供者:frt
  1. dcxf

    0下载:
  2. 线性规划问题的单纯形法,输入规划问题的相关系数和约束条件可以得到最优解-Simplex method of linear programming problems, the correlation coefficient of the input programming problem, and constraints can obtain the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:652
    • 提供者:张圣辉
  1. danchunxingfa

    0下载:
  2. 给定一个控制系统,利用单纯形法整定PID参数,matlab程序-setting PID parameters with simplex method
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8673
    • 提供者:夏雨
  1. danchunxingfa

    0下载:
  2. matlab 实现的单纯形法,将问题建模,按要求输入后可以得到最优解,适合于所有线性规划问题-simplex method written in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:855
    • 提供者:yuli
  1. Archive

    0下载:
  2. 里面有两个简单的单纯形法的实现,一个一阶求导的实现,一些数据库上机作业-There are two simple realization of the simplex method, a first order derivative of the realization of a number of operations on the database machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:13827
    • 提供者:王林
  1. DPFalgorithm

    0下载:
  2. 该算法是关于DFP的修正单纯形法的MATLAB编程,比较简练,有需要,可以-This algorithm is about the DFP' s revised simplex method MATLAB programming, more concise, there is a need, you can look
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3381
    • 提供者:fat
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 20 »
搜珍网 www.dssz.com