搜索:bnb
找到约 3 项符合「bnb」的查询结果
结果 3
按分类筛选
https://www.eeworm.com/dl/534/198323.html
其他
BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [
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 <= ...
https://www.eeworm.com/dl/665/322381.html
matlab例程
修改后的bnb20(混合整数规划工具箱)
修改后的bnb20(混合整数规划工具箱),能够在matlab7.0以上版本正常使用
https://www.eeworm.com/dl/665/422630.html
matlab例程
非线性整数规划算法
非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()