cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
MathStatChem
Level VI

Parallel assign when the output is a vector

I am running a simulation where the output of the simulation is a vector, i.e.

 

F_Simulation=Function({a,b}, 
/* do simulation, resuling in 3 values that are put into a 1x3 matrix named
outvec */
outvec;
);  

I want to do the simulation over a grid of values for the inputs a and b.  It seems like i could get a significant speedup in execution of the simulation study by parallelizing, using Parallel Assign.  Could be done?  Any suggestions on how to do this?  

 

 

1 REPLY 1
jthi
Super User

Re: Parallel assign when the output is a vector

Maybe these give some ideas as they contain examples using Parallel Assign()

 

-Jarmo