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

分支定界法

于 2021-04-26 发布
0 156
下载积分: 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 个回复

  • SF_CAPUTE
    高动态扩频信号快速捕获方法的研究,提供了一种较好的实现信号捕获的方法(Rapid acquisition of high-dynamic spread-spectrum signals research on methods to provide a better way to achieve signal acquisition)
    2010-03-10 20:12:50下载
    积分:1
  • bpsk
    全数字BPSK调制解调系统的仿真,BPSK信号信噪比估计方法的分析与仿真 (All-digital BPSK modulation and demodulation system simulation, BPSK signal to noise ratio estimation method of analysis and simulation)
    2011-08-18 09:46:46下载
    积分:1
  • MATLABtutorial
    简单实用的matlab教程 对初学者很实用(Simple and practical matlab tutorial is very useful for beginners)
    2013-10-05 08:24:45下载
    积分:1
  • RLS
    关于rls算法的改进算法,并对其进行分析(Algorithm for rls algorithm and analyze)
    2011-11-12 15:14:52下载
    积分:1
  • QAMlms
    QAM with fading channel
    2014-12-15 06:41:29下载
    积分:1
  • DC_motor
    this is simulink of permanent current DC machine in matlab
    2013-12-05 04:44:53下载
    积分:1
  • FFTandDTMF
    实现对wav文件的FFT,拟合波形和识别DTMF,具体功能键实验报告(Wav files to achieve the FFT, waveform and fitting recognition DTMF, the specific function key test report)
    2013-12-10 14:34:32下载
    积分:1
  • Numerical-
    Numerical method e book
    2014-12-07 13:43:08下载
    积分:1
  • SOR-matlab
    用超松弛迭代SOR求解线性方程组的matlab实例程序(a example program about solving linear equations with super- relaxation iterative )
    2016-11-25 15:18:06下载
    积分:1
  • DICOMDIR
    DICOMDIR Reader Matlab实现DICOMDIR读取 Matlab, Image Processing Toolbox 程序读取DICOMDIR文件,读取meta数据,生成三维矩阵。 相关知识 Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dicom series: [imaVOL, scaninfo, dcminfo] = loaddcm(loaddcmdir) (DICOMDIR Reader Matlab implementation DICOMDIR read Matlab, Image Processing Toolbox program reads DICOMDIR file, read the meta data to generate three-dimensional matrix. Knowledge Reading DICOMDIR folder using the directory browser GUI: dcmSeries = loaddcmdir Generating 3D array by selecting a dicom series: [imaVOL, scaninfo, dcminfo] = loaddcm (loaddcmdir) )
    2010-05-05 23:43:43下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载