MATLAB: Fminunc and parallel computing

fminuncoptimizationOptimization Toolboxparallel computingParallel Computing Toolbox

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

Best Answer

From the documentation, it seems that fminunc cannot leverage the UseParallel option like the other three functions you mention.