Optimization options in financial toolbox.

조회 수: 1 (최근 30일)
Mooms
Mooms 2016년 10월 11일
댓글: Brendan Hamm 2016년 10월 12일
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?

채택된 답변

Brendan Hamm
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
Mooms
Mooms 2016년 10월 11일
Thank you. That is very interesting. To clarify: I can use the portfolio object as an input into the Global Optimizer? Any examples of this would be greatly appreciated. Thanks again.
Brendan Hamm
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 CenterFile 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!

Translated by