John_Maxwell_IV comments on The Math of When to Self-Improve - Less Wrong

6 Post author: John_Maxwell_IV 15 May 2010 08:35PM

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: PhilGoetz 16 May 2010 05:48:33AM *  1 point [-]

Thank you for daring to use math! (How did you make the equations?)

You might be interested in John Holland's theorem showing that the genetic algorithm optimizes (on average) the tradeoff between exploration (trying out new things) and exploitation (doing things you already know work pretty well). I can't find a good link on it; you'd probably need to read his 1975 book "Adaptation in natural systems". Or try googling /Holland exploitation exploration "multi-armed bandit"/.

Comment author: John_Maxwell_IV 16 May 2010 06:07:28AM *  4 points [-]

Thank you for daring to use math! (How did you make the equations?)

If you put LaTeX code after "http://www.codecogs.com/png.latex?", you should get a png of the equation the code represents that you can insert in the post editor using the image insertion tool. Codecogs' own equation editor is good if you don't know LaTeX. Use this thing I coded just today if you want to insert LaTeX in a comment, as there's a lot of nasty escaping that needs to go on.

You might be interested in John Holland's theorem showing that the genetic algorithm optimizes (on average) the tradeoff between exploration (trying out new things) and exploitation (doing things you already know work pretty well).

Sounds interesting, but wouldn't one's definition of "optimized" depend on one's discount rate? I guess in Holland's model exploration requires resources? That's not a factor in my model, but maybe it should be. Even if my independent software developer had all their living expenses covered, they might still be able to "explore" faster with more resources by hiring software developers in third-world countries to read blogs for them :)

Comment author: komponisto 17 May 2010 05:24:53AM *  2 points [-]

Use this thing I coded just today if you want to insert LaTeX in a comment, as there's a lot of nasty escaping that needs to go on.

Testing:

Thank you for creating this!

Comment author: John_Maxwell_IV 17 May 2010 06:29:46AM 2 points [-]

You're welcome!

Comment author: Jordan 16 May 2010 11:54:53PM 1 point [-]

Fantastic. Skimming through these comments and seeing so much nicely formatted LaTeX makes me smile. Thanks for the little app. If we could get this supported natively in the comments that would be doubly good.