CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Knapsack Problem genetic

搜索资源列表

  1. Chp15

    0下载:
  2. 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1019339
    • 提供者:my name
  1. knapGa

    0下载:
  2. 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5419
    • 提供者:流程
  1. bag

    0下载:
  2. C++实现的,遗传算法解决背包问题,很经典-C++ implementation of genetic algorithm to solve knapsack problem, it is classic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:923575
    • 提供者:wangdong
  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. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1719
    • 提供者:田文杰
  1. backpack

    0下载:
  2. 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:82645
    • 提供者:李洁
  1. KGaBinnn

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。该背包拥有3个属性,500个东西,50个包包。求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。该程序容易修改。 -Genetic algorithms to solve complex knapsack problem, written in Java. The backpack has three properties, 500 things, 50 bags. Solving package and package goods
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:134950
    • 提供者:获得
  1. fenzhi

    0下载:
  2. 有关于算法设计的,用C++实现的遗传算法求解背包问题-Genetic algorithm is presented to solve knapsack problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:1089
    • 提供者:
  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. knapsack

    0下载:
  2. VB背包问题遗传算法求解的源码实例,有兴趣的可以下载。-VB knapsack problem genetic algorithm source code examples, are interested in can be downloaded.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4309
    • 提供者:什锦豆腐
  1. NP-hard-problem

    1下载:
  2. matlab模拟退火算法,处理背包问题,相比较与遗传算法模拟退火原理简单,编译容易-matlab simulated annealing algorithm to handle the knapsack problem, compared with the genetic simulated annealing algorithm is simple, easy to compile
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:杜剑
  1. ACO_GA_PSO

    0下载:
  2. 用三种方法解决城市距离问题(或背包问题)。三种方法分别为:遗传算法,蚁群算法,粒子算法。-Three ways to solve the problem of urban distance (or knapsack problem). Three methods are: genetic algorithm, ant colony algorithm, particle algorithm.
  3. 所属分类:Other systems

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

    1下载:
  2. 遗传算法解决背包问题。内含genetic工具包。-Genetic algorithm to solve knapsack problem. Contains genetic toolkit.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:229628
    • 提供者:Qinzhen
  1. ga-tabu-

    0下载:
  2. 遗传、禁忌、模拟退火等算法求解背包问题C-Genetic, contraindications, simulated annealing algorithm for knapsack problem C++
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:636244
    • 提供者:
  1. GA0-1beibao

    2下载:
  2. Matlab 代码,用遗传算法解决01背包问题-Matlab code, using genetic algorithms to solve knapsack problem 01
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6818
    • 提供者:于超
  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. 背包问题

    0下载:
  2. 算法效果较为良好,实现背包问题价值最大,采用遗传算法实现的比较不错的结果(The algorithm effect is good, the maximum value of the knapsack problem, genetic algorithm is used to achieve good results)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. 遗传算法01背包问题

    1下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-10
    • 文件大小:2048
    • 提供者:23258hyw
  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
搜珍网 www.dssz.com