Welcome![Sign In][Sign Up]
Location:
Search - algorithm for knapsack

Search list

[Data structsGenerationAl

Description: 用遗传算法解0/1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法。-Genetic Algorithm for 0/1 knapsack problem, knapsack problem is a well-known class of NP-complete problems. Solution is here.
Platform: | Size: 2048 | Author: 李博宁 | Hits:

[Button controlChp15

Description: 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
Platform: | Size: 1018880 | Author: | Hits:

[AI-NN-PRGA_for_Knapsack_Problem

Description: 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
Platform: | Size: 44032 | Author: daniel | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[source in ebookGreedyBag

Description: 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items taken from small to big 3. According to the ratio of pi/wi check the value of descending The first of these three kinds of goods is the optimal solution
Platform: | Size: 1024 | Author: Allan | Hits:

[Data structs55

Description: 背包问题分枝界限算法的源代码 其中包括背包容量、下限、剩余容量、当前价值之和 等-Branch-and-bound algorithm for knapsack problem of the source code including backpack capacity, the lower limit, the remaining capacity, the current value and so on
Platform: | Size: 2048 | Author: 李辉 | Hits:

[matlabxujinpeng-matlab

Description: 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
Platform: | Size: 504832 | Author: 竹子的信仰 | Hits:

[matlabGQA

Description: 遗传量子算法求解背包问题Matlab源码-Quantum Genetic Algorithm for Knapsack Problem
Platform: | Size: 11264 | Author: 林剑祥 | Hits:

[matlabKnapsackProblem

Description: 这是用MATLAB编写的模拟退火算法求解背包问题的程序-This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem
Platform: | Size: 8192 | Author: 刘翔 | Hits:

[Otherbeibaowenti

Description: 为了方便大家更好的学习算法分析,我上传了一个背包问题的算法-In order to facilitate a better learning algorithm all analysis, I uploaded an algorithm for knapsack problem
Platform: | Size: 1024 | Author: feifei981110 | Hits:

[OtherKnapsack

Description: The Complete Algorithm for the Knapsack Problem via Dynamic Programming in C++.
Platform: | Size: 37888 | Author: PooYan | Hits:

[Data structsDONGTAI

Description: 编程实现背包问题的动态规划算法。  输入要求:  第一行:物体个数N 背包载重量M    (N,M≥1)  第i行:第i-1个物体的重量 价值(i=2,3,…,N+1)-Programming the dynamic programming algorithm for knapsack problem. Input requirements: first line: the number of objects N backpack load of M (N, M ≥ 1) the first i-line: the first i-1 the value of the weight of objects (i = 2,3, ..., N+1)
Platform: | Size: 581632 | Author: 黄飞 | Hits:

[Data structsU7_27

Description: 完全背包问题 原创代码 算法 数据结构-Algorithm for knapsack problem completely original source data structure
Platform: | Size: 1024 | Author: robey | Hits:

[OtherBranchandBound_01backpack

Description: 0-1背包问题是一个经典的算法问题,有多种解法,这里用分支定界法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved with branch and bound method.
Platform: | Size: 727040 | Author: 储大为 | Hits:

[Other0_1

Description: 01背包问题的简单算法,使用语言C语言,运行环境为VC-01 A simple algorithm for knapsack problem, using the language C language
Platform: | Size: 183296 | Author: qq | Hits:

[Data structsfenzhijiexian

Description: 1.分支界限算法背包问题 2.算法之分支限界法的旅行售货员问题-1. Branch and bound algorithm for knapsack problem 2. Branch and bound algorithm for the traveling salesman problem
Platform: | Size: 498688 | Author: acidsaber | Hits:

[Algorithmbag-C-Algorithm

Description: 背包问题系列算法详解 背包问题是一个关于最优解的经典问题。通常被讨论的最多的,最经典的背包问题是0-1背包问题(0-1 Knapsack Problem)。它是一切背包问题及相关背包问题的基础。本篇博文将详细分析0-1背包问题,并给出0-1背包问题的几种解法,同时也对0-1背包问题的内涵进行延伸,丰富其外延至完全背包问题和多重背包问题,并给出背包问题的算法实现过程,希望对大家有帮助。-Detailed Algorithm for Knapsack Problem Series
Platform: | Size: 5120 | Author: 唐永笙 | Hits:

[Embeded-SCM DevelopGreedy.algorithm.knapsack.application

Description: 贪心算法在背包中的应用Greedy algorithm for knapsack application -Greedy algorithm for knapsack application
Platform: | Size: 6144 | Author: ajll | Hits:

[matlabBackpack-Genetic-Algorithm

Description: Backpack Genetic Algorithm for knapsack problem
Platform: | Size: 3072 | Author: | Hits:

[matlabAlgoritma-GA-(Knapsack)

Description: MatLab code Genetic Algorithm for Knapsack Problem
Platform: | Size: 3072 | Author: mahmuddwis | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net