Skip to main content

Questions tagged [convex-optimization]

Convex optimization, a subfield of optimization, studies the problem of minimizing convex functions over convex sets. The convexity property can make optimization in some sense "easier" than the general case - for example, any local minimum must be a global minimum.

Filter by
Sorted by
Tagged with
0 votes
0 answers
63 views

I'm working on the following optimization problem: \begin{aligned} \mathbf{P}: \quad & \max_{\mathbf{z},\,\mathbf{b}} && |b_1| \\ & \text{s.t.} && C_1: |b_m| \le b_{\max}, \...
Mohammad's user avatar
1 vote
0 answers
79 views

I am an engineer trying to understand how to model the following inequality in a conic-optimization-compatible form: $ y\ln\!\left(1+\frac{x}{y}\right) \ge \frac{1}{u}, \qquad x \ge 0,\; y>0,\; u&...
Tuong Nguyen Minh's user avatar
2 votes
1 answer
124 views

In my very limited knowledge of optimization there is always an objective function to minimize or maximize. I have a problem where there are binary and integer variables. The objective is to find a ...
Fabius Wiesner's user avatar
2 votes
1 answer
106 views

I am designing a numerical experiment to compare the performance of various nonconvex optimization algorithms (e.g., SGD with momentum, Adam, BFGS, etc.). To do this properly, I need a challenging ...
AVA's user avatar
  • 21
0 votes
1 answer
134 views

I have $M$ warehouses $w_1, w_2, ..., w_m$ each with inventory on $N$ items. For example $w_1$ may have 3 of item_0, 2 of item_1, $k$ of item_n. How does one formulate each of the following objective ...
Quantoad's user avatar
6 votes
5 answers
1k views

Let's say you have a problem that can approached with either classical solvers that offer optimality guarantees, or some meta-heuristic or AI based approach that provides a reasonably accurate result ...
Skander H.'s user avatar
  • 2,269
0 votes
0 answers
59 views

Anyone with experience using docplex can give me some insight or tips regarding my situation? I'm trying to build a convex function using matrix-vector notation. But the elements of the matrix and ...
0kx's user avatar
  • 1
1 vote
0 answers
42 views

I'm working through a proof involving the invertibility of a matrix arising from a multinomial model. This is my first time using an approach based on monomial evaluations and zero sets of polynomials ...
Dang Dang's user avatar
0 votes
0 answers
92 views

Let $n\in\mathbb{N}$, $A\in\mathbb{R}^{n\times n}$, $b\in\mathbb{R}^n$, $c>0$, $d_1,\dots,d_{n-1}>0$ and define: $$S:=\{x\in\mathbb{R}^n\mid Ax\le b, x_1\ge c,\dots,x_n\ge c\}.$$ Do there exist ...
cfp's user avatar
  • 289
2 votes
1 answer
130 views

Consider a matrix $\mathbf{A} \in \{0, 1\}^{K \times N}$ and a vector $\mathbf{b} \in \mathbb{Z}_{>0}^{K \times 1}$ (i.e., elements of $\mathbf{A}$ are either $0$ or $1$, and elements of $\mathbf{b}...
Andrew Follett's user avatar
0 votes
0 answers
38 views

Semidefinte programming (with linear objectives) is sometimes explained as a generalisation of linear programming. Both approaches admit finding solutions and certificates of optimality efficiently. ...
worldsmithhelper's user avatar
0 votes
0 answers
126 views

$m \geq 2, n \geq 2 .[m]=\{1,2, \ldots, m\} \text { and }[n]=\{1,2, \ldots, n\}.$ Vectors $c$ $\in \mathbb{R}_{++}^{m}$(strictly positive), $w$ $\in \mathbb{R}_{++}^{n}$ and $\sum_{i \in[n]} w_{i}=1$....
hakuj's user avatar
  • 1
0 votes
0 answers
40 views

I am solving the given problem using CVX. \begin{align*} & \underset{\mathbf{v},b_{1}}{\text{max}}\left|b_{1}\right|\text{s.t} \hspace{1em} b_{m}=\left|\sum_{p=-P}^{P}v_{p}y_{m}\left(a_{m+p}-b_{...
Mohammad's user avatar
1 vote
0 answers
44 views

I have an (otherwise) convex problem over two matrices, $K \in \mathbf{R}^{m \times n}$ (row stochastic) and $P \in \mathbf{R}^{n \times m}$ (column stochastic) and I would like to add an additional ...
gnarls's user avatar
  • 83
0 votes
0 answers
82 views

I have a maximization problem given as: $\underset{\mathbf{z}}{max}\hspace{1em}\left|\mathbf{z}\,^{T}\mathbf{v}\right|$, where $\mathbf{z}$ and $\mathbf{v}$ are column vectors. How can this be ...
Mohammad's user avatar

15 30 50 per page
1
2 3 4 5
17