paper-with-me

홈 › Papers

Analysis of the Performance of Algorithm Configurators for Search Heuristics with Global Mutation Operators

2020-04-09 · George T. Hall, Pietro Simone Oliveto, Dirk Sudholt

Recently it has been proved that a simple algorithm configurator called ParamRLS can efficiently identify the optimal neighbourhood size to be used by stochastic local search to optimise two standard benchmark problem classes. In this paper we analyse the performance of algorithm configurators for tuning the more sophisticated global mutation operator used in standard evolutionary algorithms, which flips each of the $n$ bits independently with probability $\chi/n$ and the best value for $\chi$ has to be identified. We compare the performance of configurators when the best-found fitness values within the cutoff time $\kappa$ are used to compare configurations against the actual optimisation time for two standard benchmark problem classes, Ridge and LeadingOnes. We rigorously prove that all algorithm configurators that use optimisation time as performance metric require cutoff times that are at least as large as the expected optimisation time to identify the optimal configuration. Matters are considerably different if the fitness metric is used. To show this we prove that the simple ParamRLS-F configurator can identify the optimal mutation rates even when using cutoff times that are considerably smaller than the expected optimisation time of the best parameter value for both problem classes.

📄 PDF Abstract BibTeX arXiv:2004.04519

Code (1)

george-hall-sheff/leading_ones_recurrences_tool 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Fast Perturbative Algorithm Configurators

2020-07-07 · George T. Hall, Pietro Simone Oliveto, Dirk Sudholt

Recent work has shown that the ParamRLS and ParamILS algorithm configurators can tune some simple randomised search heuristics for standard benchmark functions in linear expected time in the size of the parameter space. …

On the Impact of the Cutoff Time on the Performance of Algorithm Configurators

2019-04-12 · George T. Hall, Pietro S. Oliveto, Dirk Sudholt

Algorithm configurators are automated methods to optimise the parameters of an algorithm for a class of problems. We evaluate the performance of a simple random local search configurator (ParamRLS) for tuning the neighbo…

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 외

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 wi…

BenchmarkingEvolutionary Algorithms

Interactive configurator with FO(.) and IDP-Z3

2022-02-01 · Pierre Carbonnelle, Simon Vandevelde, Joost Vennekens, Marc Denecker

Industry abounds with interactive configuration problems, i.e., constraint solving problems interactively solved by persons with the assistance of a computer. The computer program, called a configurator, needs to perform…

An Analysis of Super-Net Heuristics in Weight-Sharing NAS

2021-10-04 · Kaicheng Yu, René Ranftl, Mathieu Salzmann

Weight sharing promises to make neural architecture search (NAS) tractable even on commodity hardware. Existing methods in this space rely on a diverse set of heuristics to design and train the shared-weight backbone net…

Neural Architecture Search