paper-with-me

홈 › Papers

Analyzing the Impact of Undersampling on the Benchmarking and Configuration of Evolutionary Algorithms

2022-04-20 · Diederick Vermetten, Hao Wang, Manuel López-Ibañez, Carola Doerr, Thomas Bäck

The stochastic nature of iterative optimization heuristics leads to inherently noisy performance measurements. Since these measurements are often gathered once and then used repeatedly, the number of collected samples will have a significant impact on the reliability of algorithm comparisons. We show that care should be taken when making decisions based on limited data. Particularly, we show that the number of runs used in many benchmarking studies, e.g., the default value of 15 suggested by the COCO environment, can be insufficient to reliably rank algorithms on well-known numerical optimization benchmarks. Additionally, methods for automated algorithm configuration are sensitive to insufficient sample sizes. This may result in the configurator choosing a `lucky' but poor-performing configuration despite exploring better ones. We show that relying on mean performance values, as many configurators do, can require a large number of runs to provide accurate comparisons between the considered configurations. Common statistical tests can greatly improve the situation in most cases but not always. We show examples of performance losses of more than 20%, even when using statistical races to dynamically adjust the number of runs, as done by irace. Our results underline the importance of appropriately considering the statistical distribution of performance values.

📄 PDF Abstract BibTeX arXiv:2204.09353

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Benchmarking 3D multi-coil NC-PDNet MRI reconstruction

2024-11-08 · Asma Tanabene, Chaithya Giliyar Radhakrishna, Aurélien Massire, Mariappan S. Nadar 외

Deep learning has shown great promise for MRI reconstruction from undersampled data, yet there is a lack of research on validating its performance in 3D parallel imaging acquisitions with non-Cartesian undersampling. In …

3D ReconstructionBenchmarkingGPUMRI Reconstruction

Theory-inspired Parameter Control Benchmarks for Dynamic Algorithm Configuration

2022-02-07 · André Biedenkapp, Nguyen Dang, Martin S. Krejca, Frank Hutter 외

It has long been observed that the performance of evolutionary algorithms and other randomized search heuristics can benefit from a non-static choice of the parameters that steer their optimization behavior. Mechanisms t…

BenchmarkingEvolutionary Algorithms

Explainable Benchmarking for Iterative Optimization Heuristics

2024-01-31 · Niki van Stein, Diederick Vermetten, Anna V. Kononova, Thomas Bäck

Benchmarking heuristic algorithms is vital to understand under which conditions and on what kind of problems certain algorithms perform well. In most current research into heuristic optimization algorithms, only a very l…

BenchmarkingEvolutionary Algorithms

Block-Bench: A Framework for Controllable and Transparent Discrete Optimization Benchmarking

2026-04-08 · Furong Ye, Frank Neumann, Thomas Bäck, Niki van Stein arxiv

We present a novel approach for constructing discrete optimization benchmarks that enables fine-grained control over problem properties, and such benchmarks can facilitate analyzing discrete algorithm behaviors. We build…

EvoSampling: A Granular Ball-based Evolutionary Hybrid Sampling with Knowledge Transfer for Imbalanced Learning

2024-12-12 · Wenbin Pei, Ruohao Dai, Bing Xue, Mengjie Zhang 외

Class imbalance would lead to biased classifiers that favor the majority class and disadvantage the minority class. Unfortunately, from a practical perspective, the minority class is of importance in many real-life appli…

Multi-Task LearningTransfer Learning