jsteinhardt comments on The Power of Noise - 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 (80)
While an interesting idea, I believe most people just call this "gambling".
I don't understand this. It's perfectly fine for a module (an object) to declare what kind of inputs it will accept. Modularity in software basically means "write to the declared interface and treat internals as a black box" and I don't see why requiring a particular set of inputs is a problem.
Overall, though, I agree -- randomness is highly useful in the real world where even if an optimal solution is known to exist it is often the case that you can't spend the resources (notably, time) to figure it out.
Attempted a clearer explanation in this comment. Any feedback you have would be great!