CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 0-1背包问题

搜索资源列表

  1. 0-1package

    1下载:
  2. 遗传算法求解0-1背包问题,包含问题的求解步骤。-Genetic Algorithm 0-1 knapsack problem, including steps to solve the problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6626
    • 提供者:何海斌
  1. A_solution_to-knapsack-problem

    0下载:
  2. 背包问题是组合优化领域内经典的NP完备间题,本文介绍了pso解决0/1背包问题上的一个方法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:211148
    • 提供者:sky
  1. Fractional_Knapsack

    0下载:
  2. 谈心算法实现0/1背包问题的解决,想学习谈心算法的可以参考
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-20
    • 文件大小:9155
    • 提供者:王鹏程
  1. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。, Solution 0/1 knapsack question heredity algorithm procedure source code realizes which with the GAlib storehouse.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-11-08
    • 文件大小:3361
    • 提供者:应伟勤
  1. 0-1beibaowenti

    0下载:
  2. 用C#编写的利用遗传算法解决0-1背包问题的源程序,希望对需要的朋友有所帮助-C# prepared with the use of genetic algorithm to solve the 0-1 knapsack problem source, and they hope to help a friend in need
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:25881
    • 提供者:mimi
  1. knapsack

    0下载:
  2. 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:253362
    • 提供者:tunzhao
  1. ACO_0_1_bag

    0下载:
  2. 蚁群算法解0-1背包问题 内附测试文件 解的质量一般叫好,但是背包数增加时,耗时较长-Ant Colony Algorithm for 0-1 Knapsack Problem solution document containing test the quality of the general good, but the increase in the number of backpack, the longer time-consuming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:46847
    • 提供者:CuipingSu
  1. beibao

    0下载:
  2. 采用遗传算法解决0-1背包问题,即装入物体容量有限,每个物体有不同价值,使得最终价值最高-Using genetic algorithm to solve the 0-1 knapsack problem, that is, limited capacity into objects, each object has a different value, making the final value of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:277466
    • 提供者:遆菲菲
  1. ACO

    0下载:
  2. 蚁群算法解决0-1背包问题,是一个比较小的程序,运行过,没有问题的。-the solving method of zero to one backage with ACO.It is a small programe for the zero to one problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:95563
    • 提供者:茉雨
  1. 0-1-back-pag-problem

    0下载:
  2. 背包问题 主要是应用了回溯的算法实现的 还用到了栈的思想-Knapsack problem is the application of backtracking algorithm are also thought to use a stack
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:257819
    • 提供者:马浩原
  1. Genetic_Algorithm_0_1knapProblem

    1下载:
  2. 0-1背包问题是个NP难问题,本程序基于遗传算法,求解0——1背包问题。-Solve 0_1 knap problem with genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:598439
    • 提供者:
  1. 39975737MATLAB_gatool

    1下载:
  2. 解决0-1背包问题的遗传算法matlab程序,欢迎交流提高。-Solve the 0-1 knapsack problem genetic algorithm matlab program, welcomed the exchange increased.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44929
    • 提供者:孙磊
  1. ANT-TX

    0下载:
  2. 用蚁群算法和贪心算法解决0/1背包问题。可用于不同算法的比较。-Solving 0/1 Knapsack Problem by ant colony algorithm and greed method.Can be used to compare two algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:536808
    • 提供者:wangnan
  1. algorithm_report

    0下载:
  2. 算法分析与设计报告,用java编写的4个常见的算法小程序。包括矩阵相乘问题,0/1背包问题,删数问题,和旅行商问题。-Algorithm analysis and design reports using java prepared four common algorithm applet. Including matrix multiplication problem, 0/1 knapsack problem, delete a few problems, and traveling sal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:46183
    • 提供者:淼淼
  1. Ant

    0下载:
  2. 用蚁群算法解决0-1背包问题。 用蚁群算法解决0-1背包问题。-Using ant colony algorithm to solve 0-1 knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:664399
    • 提供者:肖峰
  1. Ant

    0下载:
  2. 用蚁群算法解决0-1背包问题。 -Using ant colony algorithm to solve 0-1 knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1922
    • 提供者:肖峰
  1. ACG0-1

    0下载:
  2. 蚁群求解TSP问题,和0-1背包问题,不错,运行结果可以-ACO for TSP, and the 0-1 knapsack problem, yes, the results can be
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4793
    • 提供者:lutianyu
  1. 0-1beibao

    0下载:
  2. 蚁群算法求解0-1背包问题,压缩包中有详细的代码和实验报告,可以调试运行-Ant Colony Algorithm for the 0-1 knapsack problem, compressed package are detailed in the code and lab reports, debugging and running
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1218010
    • 提供者:张小
  1. SA0-1

    0下载:
  2. 模拟退火解决0—1背包问题,很好的套用模版-Simulated annealing to solve the 0-1 knapsack problem, apply the template
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:844
    • 提供者:李航
  1. pso0-1

    0下载:
  2. 粒子群算法解决0-1背包问题,输出最优解,适合初学者-Particle swarm algorithm to solve knapsack problem, suitable for beginners to see. . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1041
    • 提供者:朱睿
« 12 »
搜珍网 www.dssz.com