You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is basically the question. Is there any significant overhead related to solving a given model in a loop for different parameters that might be saved in a python list vs adding a paramater sweep in the model using the Java API with the mph library and adding all the parameters there instead?
Additionally, in the case wanting to parallelize the sweep using the 'Distributed Parametric Sweep' box in the Parameter Sweep node (for example 3 parameters with 2 cores for each parameter), will initializing a single client with cores=6 and evaluating it effectivelly run the distributed parameter sweep?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
That is basically the question. Is there any significant overhead related to solving a given model in a loop for different parameters that might be saved in a python list vs adding a paramater sweep in the model using the Java API with the
mph
library and adding all the parameters there instead?Additionally, in the case wanting to parallelize the sweep using the 'Distributed Parametric Sweep' box in the Parameter Sweep node (for example 3 parameters with 2 cores for each parameter), will initializing a single client with
cores=6
and evaluating it effectivelly run the distributed parameter sweep?Beta Was this translation helpful? Give feedback.
All reactions