- Write scalar objective function
- Maximize instead of minimize
- Linear constraints
- Lower bound constraints
quadprog for constrained maximisation
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am trying to rewrite the following maximisation problem in quadprog format.
max{w} (w'.M - r) / (w S w)^-0.5 subject to w'. 1 = 1 and all w >=1
How can such problem be reformulated to suite Matlab optimisation solvers like quadprog (https://uk.mathworks.com/help/optim/ug/quadprog.html)?
0 Commenti
Risposte (1)
Alan Weiss
il 28 Mar 2018
I don't know how that problem can be formulated for quadprog. However, it is simple to formulate it for fmincon. For help, check the documentation:
Alan Weiss
MATLAB mathematical toolbox documentation
0 Commenti
Vedere anche
Categorie
Scopri di più su Quadratic Programming and Cone Programming in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!