Mark_Friedenbach comments on Computation complexity of AGI design - Less Wrong

6 Post author: Squark 02 February 2015 08:05PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (69)

You are viewing a single comment's thread. Show more comments above.

Comment author: [deleted] 04 February 2015 11:32:03PM 0 points [-]

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.)

Comment author: passive_fist 05 February 2015 05:43:42AM 0 points [-]

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.