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

Search list

[File OperateBNB20

Description: 利用matlab进行分支定界的算法-using Matlab for branch-and-bound algorithm
Platform: | Size: 4750 | Author: 潘峰 | Hits:

[Othergeneticalgrithmprogram

Description: BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %-BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb
Platform: | Size: 6683 | Author: 冯颖 | Hits:

[WEB Codebnb20

Description: MatLab求解整数规划的一个工具箱, 有需要的吗-MatLab Solving Integer Programming a toolbox, the needy?
Platform: | Size: 141659 | Author: 王桂从 | Hits:

[Windows Developbnb

Description: bnb20,用于求解整数规划,但是我用的过程中有错误
Platform: | Size: 11639 | Author: itslu | Hits:

[Other resourcebnb20_for_Matlab7.X

Description: 修改后的bnb20(混合整数规划工具箱),能够在matlab7.0以上版本正常使用
Platform: | Size: 142940 | Author: 张瀚林 | Hits:

[source in ebookBNB20规划工具箱

Description: bnb20 bnbgui20 16Nov2001-BNB20 solves mixed integer nonlinear optimization problems.
Platform: | Size: 141346 | Author: sxgywjj2009 | Hits:

[File OperateBNB20

Description: 利用matlab进行分支定界的算法-using Matlab for branch-and-bound algorithm
Platform: | Size: 4096 | Author: 潘峰 | Hits:

[Othergeneticalgrithmprogram

Description: BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form: % Minimize F(x) subject to: xlb <= x0 <=xub % A*x <= B Aeq*x=Beq % C(x)<=0 Ceq(x)=0 % x(i) is continuous for xstatus(i)=0 % x(i) integer for xstatus(i)= 1 % x(i) fixed for xstatus(i)=2 %-BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb
Platform: | Size: 6144 | Author: 冯颖 | Hits:

[Documentsbnb20

Description: MatLab求解整数规划的一个工具箱, 有需要的吗-MatLab Solving Integer Programming a toolbox, the needy?
Platform: | Size: 141312 | Author: 王桂从 | Hits:

[Windows Developbnb

Description: bnb20,用于求解整数规划,但是我用的过程中有错误-bnb20, for solving integer programming, but I used the wrong process
Platform: | Size: 11264 | Author: itslu | Hits:

[matlabbnb20_for_Matlab7.X

Description: 修改后的bnb20(混合整数规划工具箱),能够在matlab7.0以上版本正常使用-Revised bnb20 (Mixed Integer Programming Kit), can be above normal use matlab7.0
Platform: | Size: 142336 | Author: 张瀚林 | Hits:

[MPIbnb20

Description: 优化matlab,toolbox,可以用于各种优化问题-Optimization matlab, toolbox, can be used for a variety of optimization problems
Platform: | Size: 189440 | Author: fankun2 | Hits:

[matlabbnb20

Description: 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm into off-the-shelf function bnb20 ()
Platform: | Size: 138240 | Author: wangjunxia | Hits:

[TreeViewBNB20

Description: branch-and-bound-tree algotihm for optimization
Platform: | Size: 4096 | Author: amir | Hits:

[STLBNB20

Description: 能对整数问题进行整数规划,弥补了MATLAB的缺陷-Able to an integer problem integer programming to make up for the MATLAB defect
Platform: | Size: 4096 | Author: xuzheting | Hits:

[matlabbnb20_for_Matlab7.X

Description: 可进行离散变量优化设计,适合设计变量中有离散变量的情况,函数为bnb20()-Can be discrete variable optimization design for design variables are discrete variables in the case, the function of bnb20 ()
Platform: | Size: 143360 | Author: 冯继 | Hits:

[matlabmatlab-BNB20-testingproblem

Description: matlab的MINLP求解工具箱BNB20求解一个简单的实例,展示工具箱的用法。-The MINLP solving matlab toolbox BNB20 solving a simple example to demonstrate the usage of the toolbox.
Platform: | Size: 1024 | Author: 刘翰林 | Hits:

[matlabbnb20

Description: 在实际应用着经常需要求解非线性整数规划或混合规划问题,该领域中的一种常用的算法是分支定界(branch and bound)算法,但是matlab工具箱中没有相关的函数。荷兰Groningen大学的Koert Kuipers编写的的BNB20工具箱可以用来求解一般非线性整数规划问题-In practice, frequent need to solve nonlinear integer programming or mixed programming problem, the area a popular algorithm is the branch and bound (branch and bound) algorithm, but the matlab toolbox functions are not related. Netherlands, Groningen University, prepared the BNB20 Koert Kuipers toolbox can be used to solve general nonlinear integer programming problem
Platform: | Size: 5120 | Author: leilei | Hits:

[OtherMixed-Integer-Nonlinear-Programming

Description: 混合整数非线性规划中的BNB20的源码资料,源码中包含了和实数寻优函数fmincon的对比-Mixed Integer Nonlinear Programming “BNB20” source of information, source code contains a real number and contrast optimization function “fmincon”
Platform: | Size: 31744 | Author: 姚明 | Hits:

[Algorithmbnb20

Description: bnb20是荷兰Groningen大学Koert Kuipers编写的解决一般非线性整数规划问题的工具包,非常好的工具。但是由于年代久远,经修改后可以在matlab2015上使用。-bnb20 solve Netherlands Groningen University Koert Kuipers prepared by the general nonlinear integer programming problem toolkit, very good tool. However, due to age, it can be used on matlab2015 as amended.
Platform: | Size: 4096 | Author: 梁逸轩 | Hits:
« 12 »

CodeBus www.codebus.net