Do Monte Carlo methods suffer from the curse of dimensionality when solving PDEs? I was under the impression that they do not, since the variance scales like $\sigma /\sqrt{N}$, and thus it only depends on the number of samples and not on the number of dimensions.
However, I've read in several references (for example in this one), that direct Monte Carlo methods for simulating the Fokker-Planck equation also suffer from the curse of dimensionality, hence my question. I'm not sure I understand where this dependence is coming from, are there any good references about this topic? I would like to know how this type of Monte Carlo algorithms to solve Fokker-Planck equations scale with the dimensions.
Also, is there any Monte Carlo method to solve this type of equations that doesn't suffer from the curse of dimensionality?
Thank you very much.
If your discrete simulation of the system in some region of $\mathbb R^d$ uses a rectangular grid with $N$ points in each coordinate direction, that's $N^d$ points, and thus $N^d$ values that must be all be updated in each iteration. So right there you have a factor in the complexity that is exponential in $d$. That's the curse of dimensionality. It has little to do with the details of the particular method you are using.