An open API service indexing awesome lists of open source software.

https://github.com/andreasnel/bin-packing-hyper-heuristics

Contains the code related to solving the one-dimensional bin-packing problem with hyper heuristics.
https://github.com/andreasnel/bin-packing-hyper-heuristics

Last synced: 3 months ago
JSON representation

Contains the code related to solving the one-dimensional bin-packing problem with hyper heuristics.

Awesome Lists containing this project

README

        

# bin-packing-hyper-heuristics
Contains the code related to solving the offline one-dimensional bin-packing problem with hyper heuristics.

This was done in accordance with the specifications for the first assignment of the COS790 (Hyper Heuristics) course of the University of Pretoria.

The data sets used were retrieved from the Scholl benchmark set, found at https://www2.wiwi.uni-jena.de/Entscheidung/binpp/index.htm.