CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 0-1 knapsack

搜索资源列表

  1. SimulatedAnnealingAlgorithm

    1下载:
  2. matlab编制的用模拟退火算法解决0-1背包问题的具体实例-matlab prepared using simulated annealing algorithm to solve 0-1 knapsack problem specific examples of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.5kb
    • 提供者:潘晔
  1. an

    0下载:
  2. 利用模拟退火解决0-1背包问题,适合初学者。-The use of simulated annealing to solve 0-1 knapsack problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.08kb
    • 提供者:dayong
  1. NIP

    4下载:
  2. matlab 7.0 以上版本提供了强大的优化工具箱,但在整数规划方面,只提供了bintprog()这个m文件以求解0-1整数规划,而对于一般的整数规划模型没有具体的算法提供。我们一般情况只是用最简单的分值定界思想编写matlab程序求解整数规划问题,但效率低下,如何利用求解整数规划的先进算法编写matlab程序提上日程,香港大学的李端和复旦大学编写的《Nonlinear Integer Programming》(非线性整数规划)为编写解决整数规划问题提供强大有效的算法,其中算法针对具体问题包括
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:13.13mb
    • 提供者:feimaxiao
  1. 0-1-knapsack-problem

    0下载:
  2. 模拟退火解决0-1背包问题,初学者可以借鉴-Simulated annealing to solve 0-1 knapsack problem, beginners can learn from
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:马贺
  1. 1

    0下载:
  2. Matlab code for knapsack
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:931byte
    • 提供者:naeem
  1. SA

    1下载:
  2. 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about fr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:小吴
  1. simulateanneal

    0下载:
  2. 一个解决0-1背包问题的模拟退火程序,希望给有需要的人帮助-A solution to the 0-1 knapsack problem simulated annealing process, hoping to help those in need
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:小吴
  1. invst2

    0下载:
  2. 用matlab实现投资问题(类似于0-1背包问题,但更复杂)的动态规划-Problem with matlab realized investment (like the 0-1 knapsack problem, but more complex) dynamic programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:838byte
    • 提供者:夏江南
  1. packegePSO1

    0下载:
  2. 用matlab编写的一个解决0-1背包问题,其算法采用粒子群算法-use matlab software write 0-1 knapsack problem use PSO method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.23kb
    • 提供者:杨于漫
  1. beibaoPSO

    0下载:
  2. 粒子群算法解决0-1背包问题,对于n个体积为aj、价值分别为cj的物品,如何将它们装入总体积为b的背包中,使得所选物品的总价值最大。-Particle swarm algorithm to solve the 0-1 knapsack problem, for n volume for aj, value for cj items, how they are loaded in the total volume of the backpack, b, making the total value
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.21kb
    • 提供者:whl
  1. PSO

    0下载:
  2. matlab求解粒子群,属于0-1背包问题-matlab to solve the particle swarm, belonging to the 0-1 knapsack problem
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.2kb
    • 提供者:陈小艺
  1. Knapsack-problem-with-GA

    0下载:
  2. solving knapsack 0,1 problem with GA in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:979byte
    • 提供者:maneshti
  1. SAPSO

    0下载:
  2. 0-1背包问题是学习算法时一个非常常用的简单问题,可以用多种智能优化算法实现,这里用到了蚁群算法和模拟退火算法还有两种方法的结合三种方法来实现。-0-1 knapsack problem is a simple learning algorithm is a very common problem, and can use a variety of intelligent optimization algorithm, ant colony algorithm and simulated ann
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:26.45kb
    • 提供者:陈紫熙
  1. 0-1beibao--QGA

    1下载:
  2. 基于量子遗传算法的0-1背包问题matlab-Matlab genetic algorithm based on quantum 0-1 knapsack problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:仇小伟
  1. knapsack.m

    0下载:
  2. KNAPSACK Solves the 0-1 knapsack problem for positive integer weights - dynamic programming
  3. 所属分类:matlab

  1. ant-colony-algorithm-

    0下载:
  2. 现代优化算法,蚁群算法解决0-1背包问题-Modern optimization algorithm, ant colony algorithm to solve 0-1 knapsack problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.97kb
    • 提供者:shaokai
  1. GA0-1

    0下载:
  2. 0-1背包问题遗传算法,包含精英选择和非精英选择-0-1 knapsack problem algorithms, comprising elite and non-elite choose
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.66kb
    • 提供者:林坤城
  1. genetic-algotithm

    1下载:
  2. 遗传算法解决0-1背包问题,并有其他非遗传算法解决该问题,两种方法功能的对比-Genetic algorithm solve the 0-1 knapsack problem and other approaths to solve the same problem.The comparation of the two methods.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4.27kb
    • 提供者:xiongminmin
  1. 0-1beibaowenti

    5下载:
  2. 应用禁忌搜索算法解决0-1背包问题,可以快速得到最优结果,用matlab实现-Application of tabu search algorithm to solve 0-1 knapsack problem, you can quickly get the best results, using matlab realize
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:1121261428
  1. 应用禁忌搜索算法解决0-1背包问题

    6下载:
  2. 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-27
    • 文件大小:83kb
    • 提供者:大白pu
« 12 »
搜珍网 www.dssz.com