Algorithm selection
Appearance
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.