Related Experiment Video
Updated: Sep 13, 2025

The Modular Design and Production of an Intelligent Robot Based on a Closed-Loop Control Strategy
Published on: October 14, 2017
A steady state micro genetic algorithm for hyper-heuristic generation in one-dimensional bin packing
Julio Juárez1, Jesús Guillermo Falcón-Cardona1, José Carlos Ortiz-Bayliss2
1School of Engineering and Sciences, Tecnologico de Monterrey, 64700, Monterrey, Mexico.
Abstract:
The one-dimensional bin packing problem (1DBPP) is a well-known NP-hard problem in computer science and operations research that involves many real-world applications. Its primary objective is to allocate items into bins while minimizing the number of bins used. Due to the complexity of the problem, exact algorithms are often impractical for large instances, which has led to a reliance on tailored heuristics that may perform well on some instances but poorly on others. In this study, we propose a method to automatically generate selection hyper-heuristics (HHs), which are then applied to solve 1DBPP instances by leveraging the strengths of simple heuristics while avoiding their drawbacks. Specifically, we introduce a steady-state μ Genetic Algorithm (SSμGA) to generate selection HHs, benefiting from the gradual population updates of steady-state GAs and the efficiency of μGAs with smaller populations for faster iterations. Our experimental results showcase the effectiveness of the SSμGA across multiple training and testing datasets for the 1DBPP. Compared to other evolutionary methodologies, also used as generative HH methods (i.e., generational GA, steady-state GA, and generational μGA), the SSμGA consistently achieves higher fitness values within the same number of evaluations, on the training set. Additionally, on both generated and literature 1DBPP instances for the testing set, the selection HHs generated by the SSμGA were highly competitive, often outperforming those produced by other methods. Furthermore, the SSμGA-generated HHs displayed both specialization for specific instance types and generalization across varied instances.
More Related Videos
Related Concept Videos
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Statically Indeterminate Problem Solving
Heuristics
People often rely on heuristics when faced with an overload of information, limited time, low importance of the decision, limited information, or when a heuristic readily comes to mind. For...
Woodward–Hoffmann Selection Rules and Microscopic Reversibility
Mechanistic Models: Compartment Models in Individual and Population Analysis
Stability of Equilibrium Configuration: Problem Solving
Problem-solving in the context of the stability of equilibrium configuration...

