Monte Carlo Methods
There is no single Monte Carlo method; instead, the term describes a large and widely-used class of approaches. However, these approaches tend to follow a particular pattern:
- Define a domain of possible inputs.
- Generate inputs randomly from the domain.
- Perform a deterministic computation using the inputs.
- Aggregate the results of the individual computations into the final result.