搜索资源列表

  1. BoundAndBranch

    0下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose o
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:31029
    • 提供者:buaa_sheng
  1. 分支定界TSP

    0下载:
  2. 本Java程序实现了Combinatorial Algorithms: Theory and Practice", by Reingold, Nievergelt and Deo 讨论的基于edge splitting 的分支定界算法,同时提供了一个简单的分支定界算法和一个基于local search的算法作对比
  3. 所属分类:源码下载

    • 发布日期:2010-09-13
    • 文件大小:2275274
    • 提供者:yangwang5
  1. 分支定界法 割平面法

    0下载:
  2. 整数规划是数学规划的重要分支之一,是离散最优化的基础和重要组成部分。整数规划模型和算法在管理科学,经济,金融工程, 工业管理和其它领域有广泛的应用, 是近年来国际运筹学和最优化研究的热点之一。本问题主要是分别用分支定界法和割平面法求解整数规划,两种不同的方法求得的整数规划问题的解均为:x1=4,x2=1,最优值z=90.
  3. 所属分类:文档资料

    • 发布日期:2011-12-09
    • 文件大小:92672
    • 提供者:xuxaut
  1. 分支定界求解TSP问题

    0下载:
  2. 分支限界法求解TSP问题[15] 分支限界法类又称为剪枝限界法或分支定界法,它类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法。它与回溯法有两点不同:①回溯法只通过约束条件剪去非可行解,而分支限界法不仅通过约束条件,而且通过目标函数的限界来减少无效搜索,也就是剪掉了某些不包含最优解的可行解。②在解空间树上的搜索方式也不相同。回溯法以深度优先的方式搜索解空间树,而分支限界法则以广度优先或以最小耗费优先的方式搜索解空间树。分支限
  3. 所属分类:编程文档

    • 发布日期:2012-05-15
    • 文件大小:1163094
    • 提供者:paul2204@qq.com
  1. BoundAndBranch

    1下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:30720
    • 提供者:
  1. BNB20

    0下载:
  2. 利用matlab进行分支定界的算法-using Matlab for branch-and-bound algorithm
  3. 所属分类:文件操作

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:潘峰
  1. intprog

    0下载:
  2. 采用分支定界算法,主程序为intopt,使用与linprog类似-used branch-and-bound algorithm for the main program intopt, use and similar linprog
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:黄国钧
  1. juxingfenzhi

    1下载:
  2. 这是矩形分支定界算法,采用matlab语言环境-branch and bound algorithm, using Matlab language environment
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:zhangmin
  1. suanfashejiyufenxi

    0下载:
  2. 这是计算机常用算法及其分析,算法如动态规划,贪心算法,分治算法,分支定界算法等。-This is a commonly used computer algorithms and analysis, algorithms such as dynamic programming, greedy algorithm, sub-rule algorithm, branch and bound algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:39936
    • 提供者:真真
  1. fenzhi

    0下载:
  2. 用分支定界算法求以下问题: 某公司于乙城市的销售点急需一批成品,该公司成品生产基地在甲城 市。 甲城市与乙城市之间共有n 座城市,互相以公路连通。甲城市、乙 城市以及其它各城市之间的公路连通情况及每段公路的长度由矩阵 M1 给出。 每段公路均由地方政府收取不同额度的养路费等费用,具体数额由矩 阵M2 给出。 请给出在需付养路费总额不超过1500 的情况下,该公司货车运送其 产品从甲城市到乙城市的最短运
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:rl
  1. fenzhi

    0下载:
  2. 整数规划分支定界算法matlab通用源程序 各参数的意义同matlab优化工具箱的线性规划函数linprog 调用前,输入参数要化成matlab的标准形式-Integer programming branch and bound algorithm matlab source general meaning of each parameter with the matlab optimization toolbox of lin
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:周虎川
  1. branch_and_board

    0下载:
  2. 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choic
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:6144
    • 提供者:陈坚
  1. BNBGUI

    0下载:
  2. 分支定界算法的GUI版 用来解整数规划问题 相当方便-Branch and bound algorithm for the solution of the GUI version of integer programming problem Convenience ~ ~ ~
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:guiji
  1. classicAlgorithm

    0下载:
  2. 常用经典算法及讲解:贪婪,分而治之,动态规划,回溯,分支定界算法实现和讲解。-Classical algorithm and explain common: greed, divide and conquer, dynamic programming, backtracking, branch and bound algorithm and explain.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:287744
    • 提供者:yu guicheng
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:17229824
    • 提供者:孙继磊
  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. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:727040
    • 提供者:储大为
  1. bnb

    0下载:
  2. 利用matlab编写的求解优化问题的分支定界算法,程序为函数形式可直接调用-Using matlab to solve optimization problems written in branch and bound algorithm, the program can be called directly as a function of the form
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:198656
    • 提供者:李绍兴
  1. IXYPY

    0下载:
  2. 采用分支定界算法,主程序为intopt,使用与linprog类似()
  3. 所属分类:数值算法/人工智能

  1. 分支定界

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

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:ross1221
  1. 分枝限界算法

    1下载:
  2. 分支定界算法, 分支定界算法 分支定界算法 branch and bound(this is a branch and bound)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-10
    • 文件大小:2275328
    • 提供者:魇晴瑜
« 12 3 4 »

源码中国 www.ymcn.org