LMIs in Control/Global Minimum of Polynomial via SOS Method
[UNDER CONSTRUCTION] - CME
The global minimum of a certain polynomial functions can be found using Sum-of-Squares (SOS) methods. This is a useful starting point to the more-useful but less straightforward issue of local minimums.
Required Data
editA polynomial function whose minimum is desired.
The Problem
editTo find the minimum value of , we suppose that there exists a scalar such that
This is equivalent to determining if has a SOS representation, since a SOS polynomial is never negative. This becomes an optimization problem by attempting to find the largest possible such that a representation exists. In other words, the optimization problem becomes
subject to
Example
editCode example in SOStools probably worthwhile!
Reference
editSOS tools manual is a good one
Related LMIs
editSOS Basics
Local Minimum is a solid follow-up