fminunc and parallel computing?

2 views (last 30 days)
D
D on 15 Mar 2011
Is it possible to utilize parallel computing to evaluate fminunc? If so, does one go about it the same way as for fmincon, fgoalattain, and fminimax?
Thanks

Accepted Answer

Jill Reese
Jill Reese on 15 Mar 2011
From the documentation, it seems that fminunc cannot leverage the UseParallel option like the other three functions you mention.
  1 Comment
D
D on 16 Mar 2011
Do you have any idea if it's possible to do it without the UseParallel option?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!