Lumifer comments on Genies and Wishes in the context of computer science - Less Wrong

15 Post author: private_messaging 30 August 2013 12:43PM

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

Comments (43)

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

Comment author: Lumifer 30 August 2013 06:21:42PM 1 point [-]

The (powerful) optimizer needs to have a model of how its optimizations impact that which is to be optimized.

Yes, that's typically called a "fitness function" or a "loss function", depending on the sign.

But the problem is defining the set out of which you pick your "optimizations" to be evaluated. Make it too narrow and your optimum will be outside of it, make it too wide and you'll never find the optimum.