Convex Optimization

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

18 Terms

1
New cards

Convex Set

A set where, for any two points inside it, the line segment connecting them lies entirely within the set.

2
New cards

Convex Function

A function whose graph always lies below the straight line connecting any two points on the graph; it curves upward like a bowl.

3
New cards

Convex Optimization Problem

An optimization problem with a convex objective function and a convex feasible set.

4
New cards

Feasible Set

The set of all variable values that satisfy the constraints of an optimization problem.

5
New cards

Objective Function

The function being minimized or maximized in an optimization problem.

6
New cards

Local Minimum

A point that has a smaller function value than all nearby points.

7
New cards

Global Minimum

The point with the smallest function value in the entire domain.

8
New cards

Affine Function

A function of the form f(x) = Ax + b; it is both convex and concave.

9
New cards

Indicator Function

A function that is 0 for points inside the feasible set and infinity for points outside it; used to combine constraints with the objective.

10
New cards

Strong Duality

A property where the optimal values of the primal and dual problems are equal.

11
New cards

Weak Duality

The property that the dual problem provides a lower bound on the primal problem’s optimal value.

12
New cards

Slater’s Condition

A condition ensuring strong duality for convex problems; it holds if there exists at least one point strictly inside the feasible set.

13
New cards

Nonnegative Weighted Sum

A combination of convex functions using nonnegative weights that remains convex.

14
New cards

Composition Rule

If f is convex and g(x) = f(Ax + b), then g is also convex.

15
New cards

Norm

A function that measures the size or length of a vector; every norm is convex.

16
New cards

Squared Norm

The function f(x) = ||x||²; it is convex and commonly used in optimization.

17
New cards

Convex Combination

A linear combination of two points x and y given by αx + (1−α)y, where α is between 0 and 1.

18
New cards

Convexity Theorem

States that if a function is convex, every local minimum is also a global minimum.