Unknown or unsupported solverType fmincon specified for this object
Show older comments
Hi, I get the error: Unknown or unsupported solverType fmincon specified for this object
when running this code:
load CAPMuniverse
p = Portfolio('AssetList',Assets(1:12));
p = setDefaultConstraints(p);
p = setSolver(p, 'fmincon');
display(p.solverType);
Accepted Answer
More Answers (0)
Categories
Find more on Specify Portfolio Constraints 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!