You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Is it possible to do multilayer convex optimization in Yalmip? Say, convex-concave min-max optimization?
If yes, can we do it by multiple application of solvesdp functions?
Johan Löfberg
unread,
Nov 20, 2012, 2:17:01 AM11/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
YALMIP has various approaches to bilevel optimization with inner convex quadratic programs. There is a built-in naive solver branching directly on complementarities, or you can symbolically derive KKT conditions and optimize over these using either mixed-integer or nonlinear global solver, or you can do everything manually.
For the special case of minmax, you might want to look at robust optimization module instead. In some cases, the minmax problem can be explicitly posed as a robust counterpart, thus avoiding the whole bilevel stuff (which is inherently very hard) http://users.isy.liu.se/johanl/yalmip/pmwiki.php?n=Tutorials.RobustOptimization