VL 04: Complementarity Modeling Flashcards
Define convexity for a function using a straight line
s. 7
Define convexity for a function using the hessian matrix.
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 do you solve difficult KKT problems by hand?
case analysis for the lambdas
What are the sufficient conditions for finding the optimum with the KKT method?
Constraint qualifications
- There are many different CQ
- Examples for CQ: Linearity or convexity of the optimization problem
What is the first step when using the KKT method?
Check whether the objective function is convex or not!
min -x^2
s.t. -1 <= x <= 1
Use the KKT Method.
-x^2 is not convex. Therefore you can’t use the KKT Method.
True or false?
In order to use the KKT method you have to bring the optimizition problem into standardform.
True!
max objective function only g(x) <= 0 and f(x) = 0 conditions
True or false?
GAMS mcp solver can only solve greater or equal to condition.
True!