CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传 背包

搜索资源列表

  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. gabags

    0下载:
  2. 网站上关于遗传算法开发可谓工具箱满天飞。可工具箱超级难用。鉴于此,本人自己完全用matlab实现遗传算法解决多背包问题并留了qq。-Web site development on the genetic algorithm toolbox is all over the place. Toolbox can be super hard to use. In view of this, I am not at all with the realization of genetic algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1504
    • 提供者:李斌
  1. beibao

    1下载:
  2. 背包问题的主函数很有用啊 本程序主要用到遗传算法-背包
  3. 所属分类:matlab

    • 发布日期:2014-09-19
    • 文件大小:979
    • 提供者:yukuncheng
  1. bbwt

    0下载:
  2. 遗传算法解决背包问题,即装入物体容量有限,每个物体有不同价值,使得最终价值最高。-Genetic algorithm to solve knapsack problem, namely the limited capacity of loaded objects, each object has a different value, making the final value.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:24736
    • 提供者:liu
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  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. galy

    0下载:
  2. 遗传算法解决的背包问题,初学者遗传算法的同学必看。-Genetic algorithm to solve the knapsack problem, genetic algorithm beginner students must-see.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:697720
    • 提供者:李扬
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 基于遗传算法的背包问题求解,遗传算法,背包问题。-Based on genetic algorithm to solve knapsack problem, genetic algorithms, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2130
    • 提供者:金甜甜
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 背包问题,遗传算法,基于遗传算法的背包问题求解-Knapsack problem, genetic algorithm, based on genetic algorithms for solving knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:16945
    • 提供者:金甜甜
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 背包问题,遗传算法,GAs,基于遗传算法求解背包问题,源码,方法-Knapsack problem, genetic algorithms, GAs, Knapsack Problem Based on Genetic Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:72543
    • 提供者:金甜甜
  1. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:23848
    • 提供者:施金泉
  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. VB_knapsack_problem_genetic_algorithm_code

    0下载:
  2. VB背包问题遗传算法求解的源码实例VB knapsack problem genetic algorithm source code examples-VB knapsack problem genetic algorithm source code examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5462
    • 提供者:tpp2ee
  1. back-pack

    0下载:
  2. 用C语言来解决遗传算法的经典问题——背包问题。-Using C language to solve the classic problem of genetic algorithms- Knapsack Problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:253049
    • 提供者:李洁
  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. d66906376b80

    0下载:
  2. 遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:585920
    • 提供者:px
  1. beibaoqiujie

    0下载:
  2. 用遗传算法计算背包问题的经典程序,word的文档里面有说明和程序。-Knapsack problem using genetic algorithm the classic program, word document which has instructions and procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:26565
    • 提供者:孙磊
  1. TSPandBAGproblem

    0下载:
  2. 包里包含五个文件,其中ASforTSP是用蚂蚁算法解决TSP问题,Backtrack是用回溯法解决01背包问题,GAO是用遗传算法解决TSP,GreedySelector是用贪心算法解决01背包问题,MoneyChange是金额的数字与汉字的转换方案,本人作为一个学生初学编程,希望多多包涵。-Package contains five files, which ASforTSP ant algorithm to solve TSP is the problem, Backtrack 01 is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:9925
    • 提供者:梦幻
  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 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com