Convex Optimization 1 -- Introdu

2018-07-26  本文已影响0人  Since1965

Outline

Mathematical Optimization

(mathematical) optimization problem

    minimize f_0(x)

    subject to f_i(x)\leq b_i,i=1,...,m

optimal solution x^* has smallest value of f_0 among all vectors that satisfy the constraints

Least-squares

problem: minimize ||Ax-b||_2^2

solving least-square problems:

using least-squares:

Linear Programming

problem:
    minimize c^Tx
    subject to a_i^Tx\leq b_i,i=1,...,n
In a word, linear programming is not easy to solve,there is no analytical solution.

Convex Optimization Problem

Same as Mathematical Optimization,but the constraint functions are Convex.

上一篇 下一篇

猜你喜欢

热点阅读