2022
DOI: 10.1016/j.cor.2021.105615
|View full text |Cite
|
Sign up to set email alerts
|

Capping methods for the automatic configuration of optimization algorithms

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2022
2022
2025
2025

Publication Types

Select...
3
3
1

Relationship

0
7

Authors

Journals

citations
Cited by 8 publications
(4 citation statements)
references
References 26 publications
0
4
0
Order By: Relevance
“…The capping methods are implemented by the capopt package. The source code, instructions of use, examples and additional details can be found in De Souza, Ritt, and López-Ibáñez (2020). We applied the capping methods in the configuration of the following algorithms: ACOTSP (Dorigo and Stützle 2004), an ant colony optimization framework for the traveling salesperson problem; HEACOL (Galinier and Hao 1999;Lewis 2016), a hybrid evolutionary algorithm for the graph coloring; TSBPP Vigo 1999, 2004), a tabu search for the bin packing problem; HHBQP (De Souza and Ritt 2018), a hybrid heuristic for the unconstrained binary quadratic programming; LKH (Lin and Kernighan 1973;Helsgaun 2000Helsgaun , 2009Helsgaun , 2018, the Lin-Kernighan-Helsgaun algorithm for the traveling salesperson problem; and SCIP (Achterberg 2009), an open-source exact solver for mixed integer programming applied for solving the combinatorial auction winner determination problem.…”
Section: Resultsmentioning
confidence: 99%
“…The capping methods are implemented by the capopt package. The source code, instructions of use, examples and additional details can be found in De Souza, Ritt, and López-Ibáñez (2020). We applied the capping methods in the configuration of the following algorithms: ACOTSP (Dorigo and Stützle 2004), an ant colony optimization framework for the traveling salesperson problem; HEACOL (Galinier and Hao 1999;Lewis 2016), a hybrid evolutionary algorithm for the graph coloring; TSBPP Vigo 1999, 2004), a tabu search for the bin packing problem; HHBQP (De Souza and Ritt 2018), a hybrid heuristic for the unconstrained binary quadratic programming; LKH (Lin and Kernighan 1973;Helsgaun 2000Helsgaun , 2009Helsgaun , 2018, the Lin-Kernighan-Helsgaun algorithm for the traveling salesperson problem; and SCIP (Achterberg 2009), an open-source exact solver for mixed integer programming applied for solving the combinatorial auction winner determination problem.…”
Section: Resultsmentioning
confidence: 99%
“…All code, models and data are available in the repository accompanying this paper. 4 For the surrogates that use an informed prior, we use leave-one-out cross validation to split the models into prior and test set. To compare results across different models, we introduce a metric that denotes the relative improvement of the timeout.…”
Section: Methodsmentioning
confidence: 99%
“…However, to obtain these runtimes during the search, one is required to allow the solver to execute until completion, regardless of the quality of the configuration considered. This stands in stark contrast with adaptive capping, a technique for optimising runtime in which solver runs using unfruitful configurations are stopped from the moment the runtime surpasses that of the best configuration found so far [3,4,7].…”
Section: Introductionmentioning
confidence: 99%
“…The configurator may cancel runs according to some fixed cut off value or adaptively in relation to the runtime of other configurations. Although AC traditionally focused only on runtime capinng, recent work by De Souza et al (2021) introduces capping mechanisms that can be used with quality metrics. Terminating target algorithm runs before they finish results in censored information for the configurator where only a lower bound for the costs c(i, θ) is observed (Hutter et al, 2013;Eggensperger et al, 2018Eggensperger et al, , 2020.…”
Section: Configurator Viewmentioning
confidence: 99%