Published March 1, 2013
| Version 1.0
Software
Open
A Genetic Algorithm for the 2D Bin Packing Problem
Description
For every set of bin packing data there exists a unique ordering which produces the optimal solution when run through the first fit algorithm. The problem lies in finding this ordering, especially on large data sets. To try and solve this, this project is a genetic algorithm solution that attempts to find as close an optimal ordering as possible.
Files
binpack-1.0.zip
Files
(23.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c21e63e7b32390d237b0349ef6e25a76
|
23.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/cleebp/binpack/tree/1.0 (URL)