A follow up question. Do they automatically detect sparsiy and switch to Large scale mode (sparsity exploited) or do we specifically have to supply some information to use this funtionality ?
Sparsity exploitation in optimization
2 ビュー (過去 30 日間)
古いコメントを表示
Does the fmincon algorithm exploit sparsity of hessians and jacobians while solving optimization problem ?
0 件のコメント
採用された回答
SandeepKumar R
2019 年 3 月 6 日
1 件のコメント
Alan Weiss
2019 年 3 月 6 日
Generally, the large-scale algorithms do the conversion to sparse linear algebra internally, and the medium-scale algorthms do the conversion to full linear algebra internally. I tried to state this in the link I gave ("Furthermore, you do not need to specify any sparse matrices to use a large-scale algorithm.").
Alan Weiss
MATLAB mathematical toolbox documentation
その他の回答 (1 件)
Alan Weiss
2019 年 3 月 6 日
There are several fmincon algorithms, and they each exploit sparsity differently. The term "large-scale" means that an algorithm exploits sparsity, as explained in Large-Scale vs. Medium-Scale Algorithms. A brief outline of the fmincon algorithms is given here, including which algorithms are large-scale.
Alan Weiss
MATLAB mathematical toolbox documentation
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!