搜索资源列表
BinPacking
- 十一个不同的算法解决一个NP-Hard问题。 包括遗传算法GA, 爬山算法HC。 名称:K背包问题-10 Pop,Single Ally-Gene Mutation EA 10 Pop,2 Ally-Gene Mutation EA 10 Pop,10 Ally-Gene Mutation EA 10 Pop,20 Ally-Gene Mutation 10 Pop,100 Ally-Gene Mutation 100 Pop,Single Ally-Ge
zhuangxiang
- 经典的Binpacking问题就是要求把一定数量的物品放入容量相同的箱子中,使得每个箱子中的物品大小之和不超过箱子容量并使所用的箱子数目最少。更形式化的描述为:给定n个物品的集合S,要将这些物品装入若干个箱子中,其中第i个物品体积为si,0<si=<1,且每个箱子的体积恒定设为1,Binpacking问题是如何装入物品才能使所用的箱子数最少。-zhuangxiang
A.Sofien
- probleme Binpacking. Donc on va essayer de resoudre ce probleme a l aide d un programme C, qui va ^etre developer par nous m^eme. La resultat de ce programme est un chier de type LP contient la forme lineaire de notre probleme Binpac
binpacking-1.0
- 装箱算法,用于研究,经典的NF、FF等算法都给出了较详细的实现-For the study, the classical bin packing algorithm, NF, FF and other algorithms are presented in detail
BinPacking
- Delphi bin packing algorithm