搜索资源列表
-
0下载:
一个求解背包问题的遗传算法,该程序是基于VB平台开发的-a knapsack problem solving genetic algorithm, the program is based on the platform in the VB
-
-
0下载:
基于遗传算法的背包问题求解,有基本的说明和代码-based on genetic algorithm knapsack problem solving, a basic descr iption and code.
-
-
0下载:
用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择.
背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronauti
-
-
1下载:
遗传算法求解0-1背包问题,包含问题的求解步骤。-Genetic Algorithm 0-1 knapsack problem, including steps to solve the problem.
-
-
0下载:
背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
-
-
0下载:
用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
-
-
0下载:
0—1背包问题的五种解法
1贪心法
2动态规划
3回溯
4分支限界
5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
-
-
0下载:
遗传算法求解典型的组合优化问题,复杂背包问题的设计-Genetic Algorithm for typical combinatorial optimization problem, the complexity of the design of knapsack problem
-
-
0下载:
遗传算法
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algo
-
-
0下载:
采用遗传算法解决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
-
-
0下载:
遗传算法解决的背包问题,初学者遗传算法的同学必看。-Genetic algorithm to solve the knapsack problem, genetic algorithm beginner students must-see.
-
-
0下载:
基于遗传算法的背包问题求解,遗传算法,背包问题。-Based on genetic algorithm to solve knapsack problem, genetic algorithms, knapsack problem.
-
-
0下载:
背包问题,遗传算法,基于遗传算法的背包问题求解-Knapsack problem, genetic algorithm, based on genetic algorithms for solving knapsack problem
-
-
0下载:
背包问题,遗传算法,GAs,基于遗传算法求解背包问题-Knapsack problem, genetic algorithms, GAs, Knapsack Problem Based on Genetic Algorithm
-
-
0下载:
01遗传算法 解决普通的背包问题,对一些复杂的问题进行修改就能解决-01 knapsack genetic algorithm to solve common problems, some complex problems can be solved changes
-
-
0下载:
背包问题,用遗传算法解决,并在VC++环境下调试通过,得到正确结果,可供参考,源码C文件中有较详细的注释-Knapsack problem, using genetic algorithm, and in the VC++ debugging environment through, get the correct results, for reference, source C files in more detailed comments
-
-
0下载:
01背包问题的解决方法很多,下面用遗传算法解决01背包问题-01 knapsack problem genetic algorithm to solve
-
-
2下载:
用混和遗传算法求解0-1背包问题 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题-The hybrid genetic algorithm to solve knapsack problem
-
-
0下载:
Genetic algorithm to solve knapsack problem
-
-
1下载:
本源程序里面实现了基本的遗传算法与量子遗传算法实现0-1背包问题,并对实现结果截图并分析了。-The source of which the realization of the genetic algorithm and the quantum genetic algorithm to achieve the basic 0-1 knapsack problem, and the results were analyzed.
-