The dispersion analysis, basically a monte-carlo simulation, is predestinated for parallelization. How could one implement this within this python/java framework? Maybe https://docs.python.org/3/library/multiprocessing.html would do the job.
The dispersion analysis, basically a monte-carlo simulation, is predestinated for parallelization.
How could one implement this within this python/java framework?
Maybe https://docs.python.org/3/library/multiprocessing.html would do the job.