The bank Flashcards

1
Q

What is the most general way to define an optimization proplem

A

min f(x)

s.t.

x in X

We have an objective function which we either want to minimize or maximize. Then we have a feasible region, which is the region where we are allowed to take a solution from.
The result is that we seek to find the point in X that gives us the smallest value for the objective function (or the largest).

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

What is x?

A

a column vector. When we write it we typically say x=(x1, x2, …, xn)^T with the transpose to indicate this.
This also means that whenever we use a column vector and multiply by some matrix or other vector, we take the scalar product, we need to say x^Tb, to indicate that we’re talking about (x1, x2, .., xn)b

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

Explain this notation:

z-star = f(x-star)

A

optimal objective function value z is given by the optimal decision variables through the objective function

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

when do we have an integer programming problem?

A

When at least one of the variables are integer restricted

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

Define a network problem

A

A network problem is one that can be described using arcs and nodes (a graph).

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