Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.26 KB

File metadata and controls

28 lines (18 loc) · 1.26 KB

Description

Selector :cite:`Selector` is an ensemble-based automated algorithm configuration method. It queries the integrated algorithm configuration (AC) methods to suggest configuations for the target algorithm. There are more suggestions made than will be evaluated. The set of suggestions is reduced by a learned model. For this, features computed from the suggested configurations are used. The selected configurations are then evaluated in tournaments. The results of the tournaments are stored and used as feedback for the suggesting AC methods.

The infrastructure regarding target algorithm evaluations and data of Selector is implemented with ray. Currently, there are three model based suggesters implemented based on:

Additionally the following suggesters are implemented:

The selection is based on an iterative scoring selection mechanism :cite:`BBLION`. Find the source code at Selector Github.

References

.. bibliography:: references.bib
   :style: plain