Overcoming Hierarchical Difficulty by Hill-Climbing the Building Block Structure
David Iclanzan, Dan Dumitrescu

TL;DR
This paper introduces a novel hill-climbing algorithm that efficiently solves hierarchical problems by adaptively navigating the building block space, outperforming traditional population-based methods in scalability.
Contribution
The paper presents the Building Block Hill-Climber (BBHC), a new method that adaptively learns and exploits hierarchical problem structures for efficient optimization.
Findings
BBHC scales almost linearly with problem size
Outperforms population-based recombinative methods
Effective for fully non-deceptive hierarchical structures
Abstract
The Building Block Hypothesis suggests that Genetic Algorithms (GAs) are well-suited for hierarchical problems, where efficient solving requires proper problem decomposition and assembly of solution from sub-solution with strong non-linear interdependencies. The paper proposes a hill-climber operating over the building block (BB) space that can efficiently address hierarchical problems. The new Building Block Hill-Climber (BBHC) uses past hill-climb experience to extract BB information and adapts its neighborhood structure accordingly. The perpetual adaptation of the neighborhood structure allows the method to climb the hierarchical structure solving successively the hierarchical levels. It is expected that for fully non deceptive hierarchical BB structures the BBHC can solve hierarchical problems in linearithmic time. Empirical results confirm that the proposed method scales almost…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications · Advanced Multi-Objective Optimization Algorithms
