In the last example for finding a lower bound for a function f(x) using SOS, I am wondering how can I recover the original variable 'x' that achieves the lower bound of f(x)? The sossolve function only returns the lower bound now.
Johan Löfberg
unread,
Nov 23, 2018, 4:31:02 AM11/23/18
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 YALMIP
sum-of-squares decompositions don't extract solutions, they only compute parameters such that an infinite dimensional polynomial constraint holds. To try to extract solutions from semidefinite relaxations based polynomials, you would use the solvemoment module