Jump to content

Algorithm selection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mlindauer (talk | contribs) at 13:59, 10 June 2016 (Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> '''Algorithm Selection''' is technique from meta-algorithmic to select a well-performing algorithm for a given pr...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This sandbox is in the article namespace. Either move this page into your userspace, or remove the {{User sandbox}} template.

Algorithm Selection is technique from meta-algorithmic to select a well-performing algorithm for a given problem instance at hand. It can be seen a special case of a multi-class classification problem where each sample has a weight and getting features can be associated with a cost.

Definition

Given a portfolio of algorithms , an set of instances and a cost metric , the algorithm selection problem consists of finding a mapping from instances to algorithms such that the cost across all instances is minimized.

Approaches