Quantcast
Viewing all articles
Browse latest Browse all 130

Parallel Toolbox Works in Any dll Compiled

Hi everyone,

I am planning to use the parallel toolbox along with optimization toolbox and have the MATLAB code complied to a .net assembly( dll) for deployment in a C# COM interface. multiple independent GA multi-objective optimization will be done in each iteration.

Does the complied dll with parallel loop code work the same as it does in MATLAB environment, in terms of enhanced computational performance?
if not, what degree of enhancement, if any, I can expect for the parallel loop, just very roughly speaking? I am not that experienced in programming and parallel computing; I just want to know the general expectation before I start digging into this approach.

Thank you in advance.

Viewing all articles
Browse latest Browse all 130

Trending Articles