AIDSJan 13, 2016

Analysis of Algorithms and Partial Algorithms

arXiv:1601.03411v51 citations
AI Analysis

This work addresses the theoretical challenge of evaluating algorithms for undecidable problems in fields like AGI, but it is incremental as it adapts existing intelligence metrics without practical implementation.

The paper tackles the problem of analyzing algorithms, including non-terminating ones, by applying an expected discounted reward framework from general agent intelligence to compute intelligence scores for algorithms, but finds the approach too difficult to use in practice.

We present an alternative methodology for the analysis of algorithms, based on the concept of expected discounted reward. This methodology naturally handles algorithms that do not always terminate, so it can (theoretically) be used with partial algorithms for undecidable problems, such as those found in artificial general intelligence (AGI) and automated theorem proving. We mention an approach to self-improving AGI enabled by this methodology. Aug 2017 addendum: This article was originally written with multiple audiences in mind. It is really best put in the following terms. Goertzel, Hutter, Legg, and others have developed a definition of an intelligence score for a general abstract agent: expected lifetime reward in a random environment. AIXI is generally the optimal agent according to this score, but there may be reasons to analyze other agents and compare score values. If we want to use this definition of intelligence in practice, perhaps we can start by analyzing some simple agents. Common algorithms can be thought of as simple agents (environment is input, reward is based on running time) so we take the goal of applying the agent intelligence score to algorithms. That is, we want to find, what are the IQ scores of algorithms? We can do some very simple analysis, but the real answer is that even for simple algorithms, the intelligence score is too difficult to work with in practice.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes