Hello,
I'm using the ZOS-API-MATLAB to run many local optimizations within a for loop (where the merit function is of a Physical Optics Propagation result). Since this process is slow, I'm wondering if I would be able to run multiple for loops at once using the parallel pool matlab toolbox and take advantage of my multi-core computer... Would this work or am I missing other bottlenecks in the process that would not allow me to use API in this way?
Thanks!