搜索资源列表
-
0下载:
遗传算法解决复杂背包问题,用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
-
-
2下载:
基于遗传和禁忌搜索的二维装箱算法研究,c#实现-Dimensional Packing genetic and tabu search algorithm, c# implementation
-
-
0下载:
用免疫遗传算法解决装箱问题
只考虑体积和质量-With immune genetic algorithm to solve the problem only consider packing volume and mass
-
-
0下载:
用免疫遗传算法实现装箱问题(2)
含疫苗选择和注射算子-Immune genetic algorithm with packing problem (2) containing vaccine selection and injection operator
-
-
1下载:
这是一个可以完成装箱问题的遗传算法,很容易移植到各个地方。(This is a genetic algorithm that can complete the bin packing problem. It is easy to transplant to various places.)
-