Evolving bin packing heuristics with genetic programming

  • Authors:
  • E. K. Burke;M. R. Hyde;G. Kendall

  • Affiliations:
  • School of Computer Science and Information Technology, The University of Nottingham, Nottingham, United Kingdom (UK);School of Computer Science and Information Technology, The University of Nottingham, Nottingham, United Kingdom (UK);School of Computer Science and Information Technology, The University of Nottingham, Nottingham, United Kingdom (UK)

  • Venue:
  • PPSN'06 Proceedings of the 9th international conference on Parallel Problem Solving from Nature
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The bin-packing problem is a well known NP-Hard optimisation problem, and, over the years, many heuristics have been developed to generate good quality solutions. This paper outlines a genetic programming system which evolves a heuristic that decides whether to put a piece in a bin when presented with the sum of the pieces already in the bin and the size of the piece that is about to be packed. This heuristic operates in a fixed framework that iterates through the open bins, applying the heuristic to each one, before deciding which bin to use. The best evolved programs emulate the functionality of the human designed ‘first-fit' heuristic. Thus, the contribution of this paper is to demonstrate that genetic programming can be employed to automatically evolve bin packing heuristics which are the same as high quality heuristics which have been designed by humans.