-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leveraging EnsembleProblem for parameter scans #104
Comments
Yes, if you use |
Huh, it's working, but the ensemble is much slower ... Using the tutorial problem,
|
Your function solves too fast for parallelism (multithreading) to be beneficial. We may be able to batch that differently. |
Ah, well it would help too if I started Julia with more than 1 thread. For my real problem, the Ensemble speeds it up nicely when I start it up right. Could be a helpful tutorial to include! |
haha yes, always need those threads. |
In the MOL docs, it discusses how to Remake with different parameter values, but can this be accelerated with EnsembleProblem interface and use parameter design matrices?
The text was updated successfully, but these errors were encountered: