Strip Packing
Now the HyperPack class can solve strip packing instances of certain width.
See the docs for extended guide.
Changes
- Improved running time by around 20% by:
- Implementing 'collections.deque' for potential points pools.
- Implementing arrays for container's coordinate system.
- Error in multiprocessing hypersearch now logs the traceback to 'hyperpack' logger.
- More robustness through extended testing.
- Updated figures. Now the figures have titles on top left and x, y axis titles.
- Local Search has been abstracted and the code has been organized accordingly.
Improved docs
- Improved doctrings and documentation.
Bug fixes
- Fixed where running multiprocessing hypersearch, the settings "workers_num" changed to 1
---------------------------