VL 04: Complementarity Modeling Flashcards

1
Q

Define convexity for a function using a straight line

A

s. 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define convexity for a function using the hessian matrix.

A

A function f is convex if and only if its Hessian matrix is positiv semi-definite.

A matrix Q is positiv semi-definite if all Eigenvalues are nonnegative.

det[Q-(lamba*E)] = 0
(gives you the Eigenvalues)

s. 9, 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you solve difficult KKT problems by hand?

A

case analysis for the lambdas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the sufficient conditions for finding the optimum with the KKT method?

A

Constraint qualifications

  • There are many different CQ
  • Examples for CQ: Linearity or convexity of the optimization problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the first step when using the KKT method?

A

Check whether the objective function is convex or not!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

min -x^2

s.t. -1 <= x <= 1

Use the KKT Method.

A

-x^2 is not convex. Therefore you can’t use the KKT Method.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or false?

In order to use the KKT method you have to bring the optimizition problem into standardform.

A

True!

max objective function 
only g(x) <= 0 
and f(x) = 0 conditions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or false?

GAMS mcp solver can only solve greater or equal to condition.

A

True!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly