登录
首页 » matlab » 分支定界法

分支定界法

于 2021-04-26 发布
0 243
下载积分: 1 下载次数: 9

代码说明:

说明:  分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。 对于两个变量的整数规划问题,使用网格的方法有时更为简单。 [1] 通常,把全部可行解空间反复地分割为越来越小的子集,称为分支;并且对每个子集内的解集计算一个目标下界(对于最小值问题),这称为定界。在每次分枝后,凡是界限超出已知可行解集目标值的那些子集不再进一步分枝,这样,许多子集可不予考虑,这称剪枝。这就是分枝定界法的主要思路。(Branch and bound method is one of the most commonly used algorithms to solve integer programming problems. This method can solve not only pure integer programming but also mixed integer programming. Branch and bound algorithm is a method of search and iteration, which selects branches with different branch variables and sub problems. For integer programming problems with two variables, the grid method is sometimes simpler[ 1] Generally, all feasible solution spaces are divided into smaller and smaller subsets repeatedly, which is called bifurcation; And a lower bound of the objective (for the minimum value problem) is calculated for the solution set in each subset, which is called the bound. After each branch, those subsets whose bounds exceed the objective value of the known feasible solution set will not be further branched, so many subsets can not be considered, which is called pruning. This is the main idea of branch and bound method.)

文件列表:

分支定界法, 0 , 2021-04-26
分支定界法\IsInRange.m, 326 , 2021-04-22
分支定界法\OutputLowerAndUpperBounds.m, 241 , 2021-04-22
分支定界法\createBinTreeNode.m, 2701 , 2021-04-22
分支定界法\data1.txt, 1385 , 2020-11-27
分支定界法\data10.txt, 1373 , 2020-11-27
分支定界法\data2.txt, 1379 , 2020-11-27
分支定界法\data3.txt, 1384 , 2020-11-27
分支定界法\data4.txt, 1382 , 2020-11-28
分支定界法\data5.txt, 1372 , 2020-11-27
分支定界法\data6.txt, 1384 , 2020-11-27
分支定界法\data7.txt, 1385 , 2020-11-27
分支定界法\data8.txt, 1388 , 2020-11-27
分支定界法\data9.txt, 1377 , 2020-11-27
分支定界法\fenzhi.m, 3700 , 2021-04-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pac
    pac method 4 data mining .
    2009-12-28 23:46:57下载
    积分:1
  • shuju
    寻找数组中的局部极大值和局部极小值以及其位置的函数( 比较前后5个数据)
    2014-11-06 20:26:28下载
    积分:1
  • diffusion_d2q9
    对于扩散反应方程的格子boltzmann仿真实验 我们要达到解决反应项的问题(Diffusion-reaction equation for the lattice boltzmann simulation experiment we want to solve the problem of response)
    2020-08-17 15:58:22下载
    积分:1
  • AdetailedstudyandimplementationofanRPCforFMCWrada
    A detailed study and implementation of an RPC for FMCW radar
    2010-01-27 13:47:59下载
    积分:1
  • LevelSet
    The demo of the Level Set method
    2009-12-12 02:15:05下载
    积分:1
  • maze
    maze solution. it is a solution for maze problem with matlab code. in this solution I used very simple functions and it is easy for everyone.
    2013-11-04 20:40:24下载
    积分:1
  • matlab
    test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随机性辨识问题的梯度校正 2、 随机牛顿法 test5: 1、 递推的极大似然估计 2、 预报误差参数辨识 test6: 1、 根据Hankel矩阵秩估计模型阶次(弱噪声) 2、 根据Hankel矩阵秩估计模型阶次(强噪声) 3、 利用行列式比估计模型阶次(白噪声) 4、 利用行列式比估计模型阶次(有色噪声) 5、 利用残差的方差估计模型阶次(白噪声) 6、 利用残差的方差估计模型阶次(有色噪声) 7、 AIV定阶法(白噪声) 8、 AIV定阶法(有色噪声) test7: 1、 一阶惯性+纯滞后环节-----两点法 2、 面积法1 3、 levy法 (test2: First, the basic method of least squares algorithm once Second, the basic recursive least squares algorithm Third, once the forgetting factor least squares algorithm Fourth, the forgetting factor recursive least squares algorithm Fifth, the least-squares algorithm limited memory Six , least squares error compensation algorithm Seven , extended least squares algorithm Eight , generalized least squares algorithm test3: An auxiliary variable adaptive filtering algorithm Second, the auxiliary variable time delay algorithm Third, the principle of auxiliary variable algorithm Tally Fourth, multi-stage least squares algorithm Fifth, the least squares algorithm to improve the characteristics of various types of test4: 1, the second class of stochastic gradient identification problem corrected 2 , randomized Newton test5: 1, the recursive maximum likelihood estimation 2, the prediction error parameter identification test6: 1 , according to the Hankel matrix rank est)
    2020-10-29 10:59:57下载
    积分:1
  • MATLAB6.xxinhaochuli
    matlab信号处理的电子书籍。对想学习matlab的同学比较有用(matlab signal processing electronic books. Useful to the students want to learn matlab)
    2013-03-08 23:21:46下载
    积分:1
  • 93-103-1-PB
    PSO AND PID TUNING PARAMETERS
    2011-11-25 21:37:38下载
    积分:1
  • viterbi
    移动通信系统中的维特比编码器的实现程序代码。(The codes of Viterbi Coder for mobile communication.)
    2014-02-23 20:00:58下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载