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

分支定界法

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

  • 48605723RGLS
    GLS tool box. This gives the programs for generalized least square method
    2010-12-27 16:10:03下载
    积分:1
  • get_ft
    input: fun x(t) t min & t max a df T = t_max-t_min fs = a*1/T 输入1:方程,xt;输入2,3:信号起始时间;输入4:选取的采样周期是信号长度倒数的倍数, 默认为50;输入5:频域分辨率,默认为0.3 输出频域信号和频域范围 为了提高fft的速度,频域信号长度是2的次方( Input: fun x (t) t min & t max a df T = t_max-t_min fs = a* 1/T Input 1: Equation XT input 2,3: signal start time input 4: select the sampling period is the reciprocal multiples of the signal length, default is 50 input 5: frequency domain resolution, default is 0.3 of the output frequency domain signal and the frequency domain in order to improve the speed of the FFT, the frequency domain signal length is a power of 2)
    2012-10-16 20:26:20下载
    积分:1
  • ofdm_mssnr
    该程序对ofdm系统中mmsnr的信道缩短算法的误码率性率进行了仿真,而且与没有信道缩短的只加cp的ofdm的系统进行了对比.程序包可以完整实现仿真,并得到理想的效果图,相信对做信道时域均衡的人会有所帮助!(ofdm mssnr TEQ equlization)
    2009-03-27 11:43:02下载
    积分:1
  • gsm_fs
    说明:  用matlab实现的GSM TCH/FS系统在高斯信道、瑞利信道的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码知识(Using matlab to achieve GSM TCH/FS system in the Gaussian channel, Rayleigh channel performance simulation, which uses a loop encoding, convolutional codes, interleaving codes channel coding knowledge)
    2010-03-22 09:36:17下载
    积分:1
  • growcut
    图割matlab和C++源代码,自带一个例子!(Grow cut matlab source code)
    2014-09-05 09:14:36下载
    积分:1
  • project1
    matlab环境下,使用双线性插值法实现缩放图像(matlab environment, using a bilinear interpolation method to achieve image zoom)
    2013-09-30 10:35:20下载
    积分:1
  • MRASNN730
    三相异步电机无速度传感器的matlab实现,采用的转速辨识算法为mars matlab版本7.4(Three-phase induction motor speed sensorless matlab the realization of the speed identification algorithm used for the mars matlab version 7.4)
    2009-04-10 15:09:03下载
    积分:1
  • WS_CML
    关于复杂网络中基于耦合映像格子的WS网络相继故障程序,正常运行。对比全局耦合映像格子及无尺度耦合映像格子。(ws_cml,compared to global_cml and ba_cml, can be run right.)
    2020-10-20 10:07:24下载
    积分:1
  • Optimal-Control
    优化控制 香蕉函数 高斯法 梯度法等的应用 寻找满足条件的最优解(Optimal control banana function Gauss gradient method and other applications seeking the optimal solution to meet the conditions)
    2013-09-04 14:37:08下载
    积分:1
  • Audio-feature-extraction
    这是一个音频特征提取的matlab源代码(This is an audio feature extraction matlab source code)
    2013-03-02 21:37:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载