paper-with-me

Papers

Comprehensive Feature-Based Landscape Analysis of Continuous and Constrained Optimization Problems Using the R-Package flacco

2017-08-17 · Pascal Kerschke

Choosing the best-performing optimizer(s) out of a portfolio of optimization algorithms is usually a difficult and complex task. It gets even worse, if the underlying functions are unknown, i.e., so-called Black-Box problems, and function evaluations are considered to be expensive. In the case of continuous single-objective optimization problems, Exploratory Landscape Analysis (ELA) - a sophisticated and effective approach for characterizing the landscapes of such problems by means of numerical values before actually performing the optimization task itself - is advantageous. Unfortunately, until now it has been quite complicated to compute multiple ELA features simultaneously, as the corresponding code has been - if at all - spread across multiple platforms or at least across several packages within these platforms. This article presents a broad summary of existing ELA approaches and introduces flacco, an R-package for feature-based landscape analysis of continuous and constrained optimization problems. Although its functions neither solve the optimization problem itself nor the related "Algorithm Selection Problem (ASP)", it offers easy access to an essential ingredient of the ASP by providing a wide collection of ELA features on a single platform - even within a single package. In addition, flacco provides multiple visualization techniques, which enhance the understanding of some of these numerical features, and thereby make certain landscape properties more comprehensible. On top of that, we will introduce the package's build-in, as well as web-hosted and hence platform-independent, graphical user interface (GUI), which facilitates the usage of the package - especially for people who are not familiar with R - making it a very convenient toolbox when working towards algorithm selection of continuous single-objective optimization problems.

📄 PDF Abstract BibTeX arXiv:1708.05258

Code (4)

kerschke/flacco 공식 구현
Reiyan/pflacco
ryojitanabe/as_bbo
ryojitanabe/ela_drframework

Similar Papers 제목 키워드 기반

Characterization of Constrained Continuous Multiobjective Optimization Problems: A Feature Space Perspective

2021-09-09 · Aljoša Vodopija, Tea Tušar, Bogdan Filipič

Despite the increasing interest in constrained multiobjective optimization in recent years, constrained multiobjective optimization problems (CMOPs) are still unsatisfactory understood and characterized. For this reason,…

BenchmarkingMultiobjective Optimization

Sampling on Random Subspaces under Limited Data in the Context of Exploratory Landscape Analysis

2026-07-08 · Iván Olarte Rodríguez, Anja Jankovic, Thomas Bäck, Elena Raponi arxiv

Classical space-filling designs often fail to provide reliable statistical results for Exploratory Landscape Analysis (ELA) when only limited evaluation budgets are available, as commonly occurs in high-dimensional probl…

MO-ELA: Rigorously Expanding Exploratory Landscape Features for Automated Algorithm Selection in Continuous Multi-Objective Optimisation

2026-01-24 · Oliver Preuß, Jeroen Rook, Jakob Bossek, Heike Trautmann arxiv

Automated Algorithm Selection (AAS) is a popular meta-algorithmic approach and has demonstrated to work well for single-objective optimisation in combination with exploratory landscape features (ELA), i.e., (numerical) d…

Exploratory Landscape Analysis for Mixed-Variable Problems

2024-02-26 · Raphael Patrick Prager, Heike Trautmann

Exploratory landscape analysis and fitness landscape analysis in general have been pivotal in facilitating problem understanding, algorithm design and endeavors such as automated algorithm selection and configuration. Th…

Hyperparameter Optimization

Landscape Features in Single-Objective Continuous Optimization: Have We Hit a Wall in Algorithm Selection Generalization?

2025-01-29 · Gjorgjina Cenikj, Gašper Petelin, Moritz Seiler, Nikola Cenikj 외

%% Text of abstract The process of identifying the most suitable optimization algorithm for a specific problem, referred to as algorithm selection (AS), entails training models that leverage problem landscape features to…