Optimization with multiple unknowns, multi-constraints, and 2 objectives
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I want to run an efficient frontier with available details in different scenarios. However, my measure of y axis (used to be return) and x axis (used to be standard deviation of return) are changed into some nonlinear thing. And the weight on different investments sum to 1 and never to below 0.
So I have multiple unknowns(different weight for different investments), multiple constraints (weight constraints) and 2 optimal objectives (self defined).
Is there any tool in Matlab can help with that?
댓글 수: 0
답변 (1개)
Alan Weiss
2016년 6월 16일
0 개 추천
Take a look at gamultiobj from Global Optimization Toolbox, and this example from Optimization Toolbox.
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!