Skip to main content

Questions tagged [bilevel-optimization]

For questions related to optimization problems in which one decision maker (the "leader") chooses decision variables, then a second decision maker (the "follower") chooses decision variables in response. The optimization problem is formulated from the leader's point of view and takes into account the follower's best response. Bilevel optimization is closely related to Stackelberg games.

Filter by
Sorted by
Tagged with
0 votes
0 answers
73 views
+50

I have a sort of reverse question; I have a technique that finds a close approximate solution to my problem but I'm not sure what this technique is named, if at all. My problem started as a network ...
jbuddy_13's user avatar
  • 521
6 votes
1 answer
195 views

Let $A \in \mathbb{Z}^{m \times n}$ and $b \in \mathbb{Z}^m$. For $c \in \mathbb{R}^n$, let \begin{align} \text{ILP}(c) = \max \quad & c^\top x \\ \text{s.t.} \quad & x \in \mathbb{Z}^n \\ &...
badboul's user avatar
  • 161
0 votes
1 answer
142 views

I am reading a paper where the authors made the following statement on page 16: I wonder why dropping the 'min' operator inside a 'max' objective function is a valid operation here. Any explanation ...
Apurba Saha's user avatar
3 votes
1 answer
181 views

The optimization model is defined as, $$ \begin{aligned} \min_{\bf x}\max_{\bf y}f_{0}(y)\\ s.t.\bf f_1(y)=0\\ \bf f_2(y)\leq0\\ \bf f_{3}(x,y)\leq0\\ \bf f_{4}(x)\leq0 \end{aligned} $$ where $f_0(y)$ ...
Kaiming Zhang's user avatar
2 votes
1 answer
133 views

Given a binary optimization problem of the following form: \begin{align} min\; &cx&\\ &Dx \leq e&\\ &\sum_{i\in S} x_i \leq r(S) &\forall S\in \mathbb{S}\\ &x_i binary &...
Joris Kinable's user avatar
2 votes
1 answer
123 views

Let's say we have the following problem $$\max_{x∈X}(cx - \min_{y∈Y}dxy)$$ where $x$ and $y$ are decision variables and $c$ and $d$ are parameters. Then, we take the dual of the inner maximization ...
user avatar
1 vote
1 answer
95 views

I'm working on a set of interconnected problems and I'm not sure how I can solve across the connection. First, a set of variables, $x$, is solved using the following: $$\max_{x}f(x)$$ Subject to: $$w^...
dmbeledo's user avatar
2 votes
1 answer
112 views

Let $f_k\colon\Bbb R^n\to\Bbb R$, $k=1,\dots,K$, be differentiable (possibly nonconvex) functions and $X\subset\Bbb R^n$ be a convex set. Consider the following optimization problem: $$ \min_{x\in X}\...
Keith's user avatar
  • 155
2 votes
1 answer
129 views

Consider a convex optimization problem with decision variable x. Though I'm interested in answers for any kind of convex optimization problem, let's say it's an LP, so we have something like: \begin{...
user3390629's user avatar
5 votes
2 answers
765 views

I have a problem in the form $$\begin{aligned} \min_a f(a,b)\\ \text{s.t.}\ b =\ & \arg\min_c g(a,c)\\ & \text{s.t.}\ H(a,c) \leq \vec{0} \end{aligned}$$ where $f, g, H$ are all ...
Arktus's user avatar
  • 51
2 votes
1 answer
117 views

Consider a general bi-level programming as follows: \begin{align*} \min_{x\in X,y\in Y}&~F(x,y) \\ s.t.&~ G(x,y) \leq 0, \\ &~ y\in \arg\min_{z\in Y}\{f(x,z): ...
Ludwig's user avatar
  • 37
-3 votes
1 answer
202 views

Here is a bilevel question: the master problem is $\max_y \sum_{n \in 1,...,N} x[n] * y[n];$ subject to $$\min_x \sum_{n \in 1,...,N} x[n] * y[n]$$ $$yy^T = I$$ and some other linear constraints. So ...
程泽生's user avatar
3 votes
1 answer
231 views

I'm writing my thesis on the optimal location of Air-Taxi Stations. I'm using PTV VISUM for the transport model where I'll inherit the Origin-Destination demand matrix. I come from transportation ...
Watchatcha's user avatar
2 votes
0 answers
253 views

Let us suppose that I have a $\max \min$ objective function that only depends on one set of variables: $\underset{x}\max \underset{y}\min dy$ Associated with the linear set of constraints and right ...
JKHA's user avatar
  • 875
15 votes
1 answer
372 views

I have a bilevel max-min optimization problem over binary variables, with constraints expressed using linear inequalities. The inner (minimization) problem is $$ \begin{alignat}2 \min\limits_x&\...
abebebebahabe's user avatar

15 30 50 per page