1335
Comments (62)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
22
B3fre 22 points ago +24 / -2

Correct.

Non-determinism in algorithms is okay; machine learning and Monte Carlo simulations do it all the time.

Forming conclusions and acting upon unstable (and buggy) non-determinism is not okay, and that's what happened here.

15
deleted 15 points ago +15 / -0
1
almond_activator 1 point ago +2 / -1

These programs don't even replicate results when run from the same starting point.

This is not because of incompetence; it is by design. In fact, if they did not explicitly introduce chaos (in the form of one or more randomly-generated variables), they would produce the same result from the same seed each time, and that would defeat the purpose.

1
deleted 1 point ago +1 / -0
7
HowardRoark 7 points ago +7 / -0

Yup, my experience with Monte Carlo simulations is in finance, specifically the Trinity Study. As I understand it, with these kinds of simulations, they say that xx% of the time it will yield a certain threshold result. For example, in the Trinity Study, it's safe to withdraw 4% of one's portfolio every year and there is a 95% chance the portfolio will survive one's entire retirement.

In the case of the IMHE model, it was framed as 100% chance and without any thresholds. That doesn't sound right to me.