CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 分支定界

搜索资源列表

  1. fenzhidingjie

    0下载:
  2. 整数规划,分支定界法,实现1000变量(变量个数可自行设定),只需改变原始数据,就能运行!是比较好的分支分支定界法程序设计-Integer programming, branch and bound method to achieve the 1000 variables (number of variables can be set on their own), simply by changing the original data, you can run! Branch is a bet
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:993612
    • 提供者:huifei
  1. BranchBound

    0下载:
  2. 算法作业,采用分支定界算法,求解最小路径问题-Algorithm operations, branch and bound algorithm for solving the minimum path problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:206930
    • 提供者:成柳
  1. BranchAndBound

    1下载:
  2. 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:61277
    • 提供者:李贺
  1. BrenchAndBound

    0下载:
  2. 分支定界 两地之间有50城市 城市之间的道路各有花费 非对称矩阵 在花费低于定值的前提下选择一最短路径-BrenchAndBound
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:177194
    • 提供者:李鸿飞
  1. minto

    0下载:
  2. 用带线性松驰的分支定界算法求解混合整数线性规划问题的软件系统源代码-MINTO is a software system that solves mixed-integer linear programs by a branch-and-bound algorithm with linear programming relaxations.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:222119
    • 提供者:王鹏
  1. BranchandBound_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用分支定界法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved with branch and bound method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:726717
    • 提供者:储大为
  1. intprog

    0下载:
  2. 通过分支定界法计算线性规划、整数规划,效果较好。-To calculate integer programming, branch and bound method is better.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1844
    • 提供者:刘刚
  1. Branch-and-bound-method

    0下载:
  2. MALAB写的,分支定界法求解纯整数或混合的整数规划问题。-Written MALAB, branch and bound method to solve pure integer or mixed integer programming problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:11901
    • 提供者:谱算法
  1. guangpan

    2下载:
  2. Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法-radien
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:47563
    • 提供者:我去
  1. pro_matlab_bb.m

    0下载:
  2. 分支定界法(branch and bound)是一种求解整数规划问题的最常用算法。这种方法不但可以求解纯整数规划,还可以求解混合整数规划问题。分支定界法是一种搜索与迭代的方法,选择不同的分支变量和子问题进行分支。(Branch and bound (branch and bound) is one of the most commonly used algorithms for integer programming problems. This method can not only solv
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:mrmr
  1. code_branch_s3vm

    2下载:
  2. 分支定界的半监督支持向量机,将分支定界与半监督SVM完美的结合(semi-supervised support vector machine based on branch and bound)
  3. 所属分类:其他

  1. 分支定界

    0下载:
  2. 实现VRP问题的分支定界算法,C语言实现,(A branch and bound algorithm for the realization of VRP problem)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:ross1221
  1. 运筹学整数规划分支定界法MATLAB实现(中文注释)

    1下载:
  2. 运筹学整数规划和分支定界的matlab实现!(Integer programming and branch and bound)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Bonniee
  1. 分支定界法

    0下载:
  2. 分支定界法的matlab实现,大家可以看看,学习学习(Matlab implementation of branch and bound method)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:11264
    • 提供者:aaazz1554
搜珍网 www.dssz.com