Merge branch 'mg_docs' into develop

This commit is contained in:
Paul Romano 2016-06-22 11:03:33 +07:00
commit 8a40d2fac8
7 changed files with 252 additions and 40 deletions

View file

@ -65,7 +65,7 @@ Now let's look at the pros and cons of Monte Carlo methods:
- **Pro**: Running simulations in parallel is conceptually very simple.
- **Con**: Because they related on repeated random sampling, they are
- **Con**: Because they rely on repeated random sampling, they are
computationally very expensive.
- **Con**: A simulation doesn't automatically give you the global solution