搜索资源列表

  1. matlab

    0下载:
  2. 不错的程序,欢迎下载,登山算法,解决背包问题,不错-Good program, please download, climbing algorithm to solve knapsack problem, yes
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:david
  1. beibao

    0下载:
  2. 贪心法求解背包问题,希望对大家有帮助,还 的的的 -Knapsack problem greedy method, we would like to help, but also of the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:shenyi
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:24576
    • 提供者: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 h
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:160768
    • 提供者:mark
  1. KnapsackProblem

    0下载:
  2. 这是用MATLAB编写的模拟退火算法求解背包问题的程序-This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:刘翔
  1. 0-1knapsack_problem

    0下载:
  2. 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:侯伟
  1. POS_c

    0下载:
  2. 本程序是用PSO用于求解NP难问题,如0-1背包问题,效果很好-This procedure is used PSO for solving the NP hard problems, such as 0-1 knapsack problem, well
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:杨维
  1. beibaowenti

    0下载:
  2. 量子免疫克隆用于求解背包问题 绝对私密 欢迎大家分享 下载-Quantum immune clone backpack for solving the problem is welcome to share download private
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:吴娜
  1. beibaoVC6

    0下载:
  2. VC6实现背包问题,内容详实,易懂,非常适合初学者-VC——beibao
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:68608
    • 提供者:yangjingyu
  1. PSO_Solving_Multi_Aims

    0下载:
  2. 货物配装问题实质上是背包问题与装箱问题的混合,有着广泛的应用。配装,是指充分利用运输工具(如火车、货车、轮船等,本文主要是指货车) 的载重量和容积,采用先进的装载方法,合理安排货物的装载计划,最大限度地发挥货车容积和承载能力,从而降低配送成本。-Cargo loading problem and knapsack problem is essentially a mixture of bin-packing problem, with
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:廖志
  1. SA

    0下载:
  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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:小吴
  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 pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:田文杰
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:并行运算

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:waterjj
  1. 0-1bag

    0下载:
  2. 实现0—1背包问题的分支限界搜索,为控制台应用程序,编译环境为vs2008-0-1 knapsack problem to achieve the branch and bound search for the console application, compile environment for vs2008
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-17
    • 文件大小:548864
    • 提供者:heyujiao
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:7199744
    • 提供者:王赛
  1. galy

    0下载:
  2. 遗传算法解决的背包问题,初学者遗传算法的同学必看。-Genetic algorithm to solve the knapsack problem, genetic algorithm beginner students must-see.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:697344
    • 提供者:李扬
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

    0下载:
  2. 背包问题,遗传算法,基于遗传算法的背包问题求解-Knapsack problem, genetic algorithm, based on genetic algorithms for solving knapsack problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:金甜甜
  1. Based_on_genetic_algorithm_for_solving_knapsack_pr

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

    • 发布日期:2024-05-17
    • 文件大小:72704
    • 提供者:金甜甜
  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例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:小吴
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:23552
    • 提供者:施金泉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org