当前位置:
首页 资源下载
搜索资源 - genetic algorithm packing
搜索资源列表
-
0下载:
A New Heuristic Algorithm for the 3D Bin
Packing Problem
-
-
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
-
-
0下载:
矩形条带装箱问题(RSPP)是指将一组矩形装入在一个宽度固定高度不限的矩形容器中,以期
获得最小装箱高度.RSPP理论上属于NP难问题,在新闻组版、布料下料以及金属切割等工业领域中
有着广泛的应用.为解决该问题,采用了一种混合算法,即将一种新的启发式算法—— 动态匹配算
法—— 与遗传算法结合起来.混合算法中,动态匹配算法能根据4类启发式规则动态选择与装填区域相
匹配的下一个待装矩形,同时将装箱后所需容器高度用遗传算法的进化策略进行优化.对2组标准测试
问题的计算结果表明,相
-
-
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
-
-
0下载:
it is a matlab code for bin-packing problem
this problem solved with genetic algorithm
output is very beautiful
-
-
0下载:
矩形件排样问题的遗传算法求解,很详细的一份资料。-Genetic Algorithm for the Rectangular Strip Packing Problem, a very detailed information.
-
-
1下载:
这是一个可以完成装箱问题的遗传算法,很容易移植到各个地方。(This is a genetic algorithm that can complete the bin packing problem. It is easy to transplant to various places.)
-
-
3下载:
二维装箱文献
二维一刀切装箱问题的两阶段启发式算法_曹大勇
二维装箱问题的非线性优化方法_于洪霞
二维装箱问题的启发式算法研究_刘艳娟
二维装箱问题的启发式算法研究_姚怡
二维装箱问题的一种实现方法_武晓今
二维装箱问题非线性规划模型和算法_于洪霞
基于混合蚂蚁算法的二维装箱问题求解_赵中凯
遗传算法在装箱问题中的应用_汤岩(Two dimensional boxing literature
Two stage heuristic algorithm for two dimen
-