Optimization options in financial toolbox.
1 回表示 (過去 30 日間)
古いコメントを表示
Can you call the global opt. toolbox from the financial toolbox to solve portfolio optimizations? And what are the merits/ pitfalls of using these toolboxes vs something like CVX?
0 件のコメント
採用された回答
Brendan Hamm
2016 年 10 月 11 日
The Portfolio datatypes in the Financial Toolbox cannot use Global Optimization solvers. On the other hand you can use a Global Optimizer which in turn calls the Portfolio optimizations. I have seen this used in several different scenarios.
The benefits of using the Portfolio datatypes over CVX is that it is using a convex solver already and setting your problem up is easy. CVX is just trying to make the MATLAB code for general convex problems easier, but does not contain pre-defined types of constraints (group constraints, tracking error, etc.). Furthermore CVX is not capable of solving using non-derivative based solvers. So for instance if you have a non-smooth problem you may wish to go the route of Global optimization.
2 件のコメント
Brendan Hamm
2016 年 10 月 12 日
I would not go as far to call it an input to the Global Optimizer. A Global optimizer is just trying to minimize some objective function, but in that objective function it is possible that you call another Optimization routine, such as is done with the Portfolio objects.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Portfolio Optimization and Asset Allocation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!