Convex Optimization
 
Convex optimization problems are problems of the kind -  min f(x) subject to g_i(x) ≤ b ∀ i=1...n            h_i(x) = 0 ∀ i=1...m  where the both the objective function and the inequality constraints are convex and the equality constraints are affine. A simple definition of a convex function is that if we consider two points on the function the line segment is contained in the function. An alternate definition is that a tangent at any point on the function always lies below the function. In simple words, a convex function is a function with positive curvature as shown in the figure below.    Some example convex functions are as follows:    An affine function. (Actually it is both convex and concave)  Power of x, x^α α ≥ 1 or α ≤ 0 (Note that if α is between 0-1 the function is concave)  Exponential (Logarithm is concave)  Norms  How to systematically determine if a function is convex ?    Jensen's inequality: A function f is convex if  f(...
 
 
 
 
