Welcome![Sign In][Sign Up]
Location:
Search - yalmip

Search list

[ELanguageyalmip

Description: matlab波形优化算法经常要用到的matlab toolbox工具箱:yalmip
Platform: | Size: 868470 | Author: 常春 | Hits:

[MPIyalmip

Description: optimization toolbox -optimization toolbox
Platform: | Size: 956416 | Author: wang guohua | Hits:

[Compress-Decompress algrithmsyalmip

Description: 求解线性矩阵不等式简单方便--与LMI工具箱相比-Solving linear matrix inequalities is simple and convenient- as compared with the LMI toolbox
Platform: | Size: 925696 | Author: 张伟 | Hits:

[ELanguageyalmip

Description: matlab波形优化算法经常要用到的matlab toolbox工具箱:yalmip-matlab waveform optimization algorithm often used in the matlab toolbox Toolbox: yalmip
Platform: | Size: 868352 | Author: 常春 | Hits:

[matlabyalmip

Description: 国外专家做的求解LMI鲁棒控制的工具箱,可以相对高效的解决LMI问题-foreign tool box of matlab,good method to solve problem of robust LMI
Platform: | Size: 614400 | Author: sunjian | Hits:

[matlabyalmip

Description: matlab M语言编写支持各种线性,整数,非线性,及其相关综合优化,可用于机械,金融各种行业-matlab M language supports a variety of linear, integer, nonlinear, and its associated synthesis optimization, can be used for machinery, finance a variety of industries
Platform: | Size: 893952 | Author: cs | Hits:

[3G developyalmip

Description: matlab用于求解规划问题的工具包 推荐把这个工具整合到matlab中去,这个工具是私人的,不过大家都可以免费下载使用。下载后,只要在matlab中添加路径就可以使用这工具箱。 正在吸引我的是,这个工具箱建立了一种新的数据类型,使所有规划问题都整合在一起。 举例如下: 已知非线性整数规划为: Max z=x1^2+x2^2+3*x3^2+4*x4^2+2*x5^2-8*x1-2*x2-3*x3-x4-2*x5 s.t. 0<=xi<=99(i=1,2,...,5) x1+x2+x3+x4+x5<=400 x1+2*x2+2*x3+x4+6*x5<=800 2*x1+x2+6*x3<=800 x3+x4+5*x5<=200 在matlab中输入 x=intvar(1,5); f=[1 1 3 4 2]*(x .^2)-[8 2 3 1 2]*x F=set(0<=x<=99) F=F+set([1 1 1 1 1]*x <=400)+set([1 2 2 1 6]*x <=800)+set(2*x(1)+x(2)+6*x(3)<=800) F=F+set(x(3)+x(4)+5*x(5)<=200) solvesdp(F,-f) double(f) 80199 double(x) 53 99 99 99 0 intvar(m,n):生成整数型变量; sdpvar(m,n):生产变量; solvesdp(F,f):求解最优解(最小值),其中F为约束条件(用set连接),f为目标函数 double:显示求解的答案 intvar,sdpvar,生成的变量可以像矩阵一样使用,如例题显示。 -matlab用于求解规划问题的工具包 推荐把这个工具整合到matlab中去,这个工具是私人的,不过大家都可以免费下载使用。下载后,只要在matlab中添加路径就可以使用这工具箱。 正在吸引我的是,这个工具箱建立了一种新的数据类型,使所有规划问题都整合在一起。 举例如下: 已知非线性整数规划为: Max z=x1^2+x2^2+3*x3^2+4*x4^2+2*x5^2-8*x1-2*x2-3*x3-x4-2*x5 s.t. 0<=xi<=99(i=1,2,...,5) x1+x2+x3+x4+x5<=400 x1+2*x2+2*x3+x4+6*x5<=800 2*x1+x2+6*x3<=800 x3+x4+5*x5<=200 在matlab中输入 x=intvar(1,5); f=[1 1 3 4 2]*(x .^2)-[8 2 3 1 2]*x F=set(0<=x<=99) F=F+set([1 1 1 1 1]*x <=400)+set([1 2 2 1 6]*x <=800)+set(2*x(1)+x(2)+6*x(3)<=800) F=F+set(x(3)+x(4)+5*x(5)<=200) solvesdp(F,-f) double(f) 80199 double(x) 53 99 99 99 0 intvar(m,n):生成整数型变量; sdpvar(m,n):生产变量; solvesdp(F,f):求解最优解(最小值),其中F为约束条件(用set连接),f为目标函数 double:显示求解的答案 intvar,sdpvar,生成的变量可以像矩阵一样使用,如例题显示。
Platform: | Size: 807936 | Author: wrui | Hits:

[matlabYALMIP_R20100813

Description: YALMIP是一种定义和求解高级优化问题的模化语言,能够解决所有标准优化问题和高级主题,完全可以替代Matlab中的Optim和LMI工具箱-YALMIP is a high-level optimization problem definition and solving the modeling language, to solve the optimization problem for all standard and advanced topics, can replace Matlab and the LMI toolbox in the Optim
Platform: | Size: 977920 | Author: 刘振华 | Hits:

[matlabMATLAB-Central-File-Exchange--YALMIP.ZIP

Description: 解决整数线性规划的yalmip工具箱,比较好用的-Solve the integer linear programming yalmip toolbox, more useful
Platform: | Size: 774144 | Author: xingwuzong | Hits:

[matlabYALMIP

Description: YALMIP优化方法基于MATLAB的优化软件包,m文件-YALMIP A OPTIMIZATION TOOLBOX BASED ON MATLAB
Platform: | Size: 1045504 | Author: 王乃洲 | Hits:

[matlabYALMIP

Description: 用matlab解线性规划,整数规划,非线性规划,混合规划以及其它的规划推荐使用YALMIP,它是matlab的工具箱.-Using matlab for solving linear programming, integer programming, nonlinear programming, mixed planning and other planning recommended YALMIP, it is the matlab toolbox.
Platform: | Size: 1069056 | Author: wenL | Hits:

[OtherYALMIP

Description: YALMIP,用于求解整数规划,主要思想为分支界定,效率和功能都比较好-YALMIP, for solving integer programming, the main idea of ​ ​ the branch and bound, efficiency and function are better
Platform: | Size: 1091584 | Author: maltinda | Hits:

[matlabYALMIP

Description: YALMIP工具箱,内含各种函数,可用来求解部分线性规划,非线性规划,及混合规划的matlab工具箱。-YALMIP toolbox, containing a variety of functions that can be used to solve part of the linear programming, nonlinear programming, and mixed planning matlab toolbox.
Platform: | Size: 958464 | Author: 王银雪 | Hits:

[matlabYALMIP

Description: Matlab中YALMIP工具包可求解数值解(YALMIP tool box to solve numerical solution)
Platform: | Size: 1024 | Author: 不支持的字符 | Hits:

[matlabYALMIP-master

Description: yalmip最新文档,可在matlab中优化使用(Yalmip latest document, can be used in MATLAB optimization)
Platform: | Size: 1114112 | Author: stefsun | Hits:

[Otheryalmip

Description: YALMIP工具箱是一款matlab用于求解规划问题的工具包,它让你用MATLAB语法优雅地解决各种规化问题,只要在matlab中添加路径就可以使用这工具箱,有需要的赶快下载吧!(YALMIP is a matlab toolbox for solving the programming problems, it allows you to use MATLAB syntax to gracefully solve various optimization problems, as long as add the path in Matlab can use this toolbox, there is a need to download it!)
Platform: | Size: 894976 | Author: cloudandsun | Hits:

[Other基于Yalmip工具箱的整数规划模型求解方法_熊文涛

Description: 这个是基于yalmip在matlab中进行编程,是机组组合的算法例子(This is an example of an algorithm based on yalmip programming in MATLAB and is a unit combination.)
Platform: | Size: 100352 | Author: 小白已被注册 | Hits:

[Otheryalmip工具箱

Description: 对yalmip建模语言进行了初步介绍,通过这个文档,可以对yalmip有个初步的了解,并能自己动手实现一些简单的优化模型的求解。(A preliminary introduction to the YALMIP modeling language is made. Through this document, we can have a preliminary understanding of YALMIP and can solve some simple optimization models by themselves.)
Platform: | Size: 58368 | Author: 穆尘 | Hits:

[Documents应用YALMIP求解线性矩阵不等式_数值例子

Description: 该文档是应用YALMIP解决线性矩阵不等式可行性问题以及优化问题的说明。文章中附有大量数值例子。(The document is an illustration of the feasibility of applying YALMIP to solve LMI problems and optimization problems. A large number of numerical examples are included in the article.)
Platform: | Size: 408576 | Author: Dingding116 | Hits:

[matlabyalmip

Description: matlab 的yalmip工具箱下载,做优化的时候需要到的(Yalmip toolbox of MATLAB is downloaded, which is needed when optimizing.)
Platform: | Size: 950272 | Author: strawberry0220 | Hits:
« 12 3 4 »

CodeBus www.codebus.net