How can I speed up a built-in MATLAB optimization routine like FMINCON by parallel processing?
Show older comments
I would like to speed up my optimization application by running MATLAB on a cluster, but this cannot be done using implicit multithreading in MATLAB because the input of one iteration depends on the output of a previous iteration in my application.
I would like to know if there is a flag or option I can set to parallelize FMINCON in my application.
Accepted Answer
More Answers (0)
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!