Mark_Friedenbach comments on Computation complexity of AGI design - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (69)
Solomonoff induction involves enumerating all possible program strings and testing for validity. There's another term for the class of algorithms which behave this way in the literature: it's called brute-force search.
(AIXI is not Solomonoff induction, it is reinforcement learning using Solomonoff induction to evaluate possible strategies. If I'm playing loose with terminology, it is here. But that technicality does not affect my argument.)
It's only brute-force search in the trivial sense that all search is brute-force search, at some level. See: No free lunch theorem.