Hacker News new | ask | show | jobs
by bob88jg 977 days ago
Why would you not - analytical solutions are the rare occurrences might as well approach everything with simulation...
3 comments

While I agree we should leave the correct answer to simulation, analytical approximations are often surprisingly close and have the benefit of being intuition-building.
You learn a lot more from generating an analytical solution than a simulation, so it's usually worth at least taking a stab at it analytically before jumping to monte carlo methods.
(preface with "in today's world")