CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法解决0-1背包问题

搜索资源列表

  1. tigongyuanma

    0下载:
  2. 该文件包共有5个文件 TSP--传统算法---说明TSP的传统算法实践 背包问题----0-1背包问题的传统算法实践 模拟退火算法----模拟退火算法实现TSP问题 我的通讯录----我整理写的个人通讯录 遗传算法----遗传算法解决TSP问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10829871
    • 提供者:lisanshi2006
  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. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  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. 100002moga2

    0下载:
  2. 0-1遗传算法实现 可以解决简单的背包问题-0-1 simple genetic algorithm can solve the knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:179105
    • 提供者:吴学兵
  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. 1

    0下载:
  2. 遗传算法解决0-1背包问题,动态规划算法-Genetic algorithm to solve 0-1 knapsack problem, dynamic programming algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3143
    • 提供者:chenxq
  1. C.GA

    0下载:
  2. 遗传算法解决组合优化问题,0-1背包问题-Genetic algorithm to solve combinatorial optimization problems, 0-1 knapsack problem
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 利用遗传算法解决0-1背包问题的c++程序代码-Genetic algorithm to solve the knapsack problem c++ program
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:10427
    • 提供者:sukey
  1. GA_knapsack

    0下载:
  2. 使用遗传算法解决0-1背包问题,算法效率好-The use of genetic algorithm to solve 0-1 knapsack problem, a good algorithm efficiency
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2977
    • 提供者:wzs
  1. GA01

    0下载:
  2. 完整解决0-1背包问题的遗传算法程序,包括输出数据统计-Complete knapsack problem solving o-1 genetic algorithm program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:jsd
  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
    • 文件大小:4368
    • 提供者:xiongminmin
  1. TSP

    0下载:
  2. 1.用模拟退火解决TSP问题 2.用遗传算法解决0/1背包问题-1. solve TSP problem using simulated annealing 2. 0/1 knapsack problem solved using genetic algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:102498
    • 提供者:刘晨
  1. liangziyichuan

    1下载:
  2. 量子遗传算法解决0-1背包问题的MATLAB代码,亲测好用-Quantum genetic algorithm to solve 0-1 knapsack problem MATLAB code, useful pro-test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:3690
    • 提供者:张婷
  1. GA_backpack

    0下载:
  2. 用MATLAB实现遗传算法解决0-1背包问题。 赌轮选择,单点交叉,变异(GA_MATLAB about 0-1knapsack problem roulette wheel selection; single-point crossover; variation;)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:25600
    • 提供者:光速公鹿
  1. GeneticAlgorithm

    0下载:
  2. 使用传统的遗传算法解决0-1背包问题,其中使用的是轮盘选择、最简单的随机交叉变异(Using traditional genetic algorithm to solve the 0-1 knapsack problem)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:毛毛虫111
  1. test.py

    0下载:
  2. 通过遗传算法解决0-1背包问题,以选择办事处为背景(solve the package problem through genetic algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:YJL22
  1. matlab程序(解决0-1背包问题)

    3下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2020-10-10
    • 文件大小:21504
    • 提供者:MR安眠
  1. NSGA2解决0-1背包问题

    2下载:
  2. 用遗传算法解决背包问题,供大家参考交流。。。(Using genetic algorithm to solve the knapsack problem, for your reference and exchange...)
  3. 所属分类:其他

    • 发布日期:2021-02-26
    • 文件大小:6144
    • 提供者:刘一凡1
« 12 »
搜珍网 www.dssz.com