搜索资源列表
pid
- 单纯形法整定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.
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
MATLABoptimization
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
opt_matlabGUI
- 最优化算法,单纯形法,两阶段法,大M法,单纯形法(两步法)求解任意LP问题的可视化界面-Optimization algorithm, simplex method, two-phase method, Big M method
originalsimpleM111.m
- 原始单纯形法(大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
SimplexMethodForNLP
- 源码给出了非线性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
simplex.m
- useful coding in matlab regarding cognitive radio wirless mesh networks.this uses linear programming using simplex II method.
danchunxing
- 求解线性规划的单纯形法,M文件,里面有注释,可以求标准的线性规划问题。-Solve the linear programming of the simplex method, there are comments
DM2
- 大M法的单纯形法实现,用于计算线性规划问题,很好用的,并且注释很清楚-Big M Method, Simplex Method used to calculate the linear programming problem, well used, and comment is very clear
[M]
- 原始单纯形法(大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
Simplexmod.m
- Simplex algorithm in one example
BigM
- 求解线性规划问题的大M算法,是原始单纯型算法的改进-Big M Method (an improved simplex method )for solving linear programming problem
simplex
- 线性规划最常用的单纯形法的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
DownhillSimplexMethod.m
- Downhill Simplex Method
Simplex
- 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.
SimpleMethod
- 实现了用单纯形算法解决线性规划问题,用的方法是大M法。-It implements the methods for solving linear programming problems with the simplex algorithm, using a big M method.
2phaseSimplexMethod.m
- 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.
