Optimoptions set both Display AND Parallel properties
古いコメントを表示
I'm using quadprog and I want 2 things:
- Use the parallel toolbox
- Suppress all text outputs, since I'm using quadprog in a loop, and I don't want it to diplay stuff.
I can solve problem 1 using optimoptions and problem 2 using optimset. But apparently there is no way of solving 1 and 2 simultaneusly, as quadprog accepts either an optimset object or an optimoptions object, not both.
Any ideas?
Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Multiobjective Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!