Convex Optimization : some definitions

Linear relation: Ax

Affine relation: Ax+b

Affine Set

  1. contains the line through any two distinct points in the set: x=ax_1+(1-a)x_2
  2. can be expressed as the solution set of a system of linear equations

Convex Set

  1. If two points are in the set, then the line segment as well.
  2. Affine set with 0<a<1

Convex Combinations

  1. Consider any number of points, with their coefficient being positive and summing up to 1

Convex Hull

  1. All convex combinations of any points from the set.

Conic (non-negative) combination

  1. Like convex combinations but without the constraint of "summing up to 1"
  2. Formed with any points together with the origin.

Conic Hull

  1. All conic combinations of any points from the set.

Hyperplane and halfspace

  1. hyperplanes are affine and convex: 
  2. halfspaces are convex

Polyhedron/polytope

  1. solution space of a system of inequalities like in a linear program
  2. intersections of a finit set of hyperplanes and halfspaces

Operations that preserves covexity

  1. S is convex set -> f(S) too, f^-1(S) as well. with f an affine function
  2. scale, translation, projection...
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章