Running multiple simulations in parallel #3907
alxbilger
started this conversation in
Share your achievements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to evaluate the possibility to run multiple simulations in parallel. It could be useful for training, optimization etc. Here is my achievement: https://github.com/alxbilger/ParallelSimulations. In particular, have a look on the main function: https://github.com/alxbilger/ParallelSimulations/blob/master/src/Main.cpp
It is written in C++. At the time of writing, the same code in Python does not exhibit true parallelism. Something is blocking the execution in parallel.
Note that this example has no GUI.
Beta Was this translation helpful? Give feedback.
All reactions