Skip to main content

Questions tagged [optimization]

Optimization is the process of choosing the "best" value among possible values. They are often formulated as questions on the minimization/maximization of functions, with or without constraints.

2 votes
2 answers
198 views

I am trying to solve the following problem: Let's say a "frog" is jumping on the numberline starting at $0$, jumps randomly on every integer from $1,\dots,n$ and then comes back to 0. What ...
Dmitro's user avatar
  • 225
0 votes
1 answer
82 views

I am studying a function arising in the analysis of robust aggregation rules in distributed learning, but the question is purely analytical. The function I am facing depends on parameters $a, b > 0$...
Goulifet's user avatar
  • 936
-2 votes
0 answers
46 views

Lately, I was doing problems on the book "The Art of Mathematics : Coffee time in Memphis". One certain problem caught my attention, the problem $21$, Neighbors in a matrix. Basically it ...
mrcuberoot's user avatar
2 votes
1 answer
88 views

I'm trying to understand how to correctly choose the next basis after the first iteration in the simplex method. In my problem, I have the following minimization form: $$ \begin{aligned} \min z &= ...
Ben Shaines's user avatar
1 vote
1 answer
84 views

I am given 3 radii $r_a, r_b, r_c$ and I want to determine the 3 angles $\phi_a,\phi_b,\phi_c$ for which the area of the triangle defined by $\left(r_a\cos(\phi_a),r_a\sin(\phi_a)\right),\,\left(r_b\...
Manfred Weis's user avatar
0 votes
0 answers
49 views

I am in the process of designing a global trajectory program for civil aircraft. Two aircraft depart from their airports, join together to create a formation, then later separate and land at their ...
Daniel Kowalski's user avatar
1 vote
1 answer
47 views

I'm currently working on a bi-level optimization problem with the following structure: max min |x| I attempted to linearize this problem using the following approach: Introduce an auxiliary variable ...
xiusi wang's user avatar
0 votes
0 answers
46 views

I understand why the constraint $x_1 \geq 0$ in the primal, implies $p'A_1 \leq c_1$ in the dual in the presence of a constraint involving an $A$ and a vector $b$ in the primal ($A_1$ being the first ...
niobium's user avatar
  • 1,369
-1 votes
0 answers
35 views

I want some minimalistic/easy to remember statements that relate someone's willingness to solve an optimization problem with the strong duality property of that problem. Of course, you would only want ...
Your neighbor Todorovich's user avatar
1 vote
0 answers
54 views
+100

Background: Below is a calculation of the diffracted wavevector $\mathbf{k_1}$ from an initial wavevector $\mathbf{k_0} = -k_0 \mathbf{\hat{z}}$ incident on a planar surface with normal $\mathbf{\hat{...
uhoh's user avatar
  • 1,907
0 votes
0 answers
23 views

I have a DAG where every node has a (usually small) set of candidate integers. A candidate a is compatible with b if (a | b) or (b | a). For every root I want to choose one candidate per node to ...
user5109988's user avatar
0 votes
1 answer
23 views

Let $f:\mathbb{R}^N\to[0, \infty)$ be a non-convex function of $w\in\mathbb{R}^N$ for $N\in\mathbb{N}$. Suppose the entries in $w$ can be partitioned into two vectors $u\in\mathbb{R}^m$ and $v\in\...
Benjamin Tennyson's user avatar
0 votes
1 answer
98 views

Translating to English from a non-English physics book about measurements: Anif has $8$ big marbles and $15$ small marbles. The weight of the big and small marbles are $37.5$ and $12.5$ respectively. ...
user516076's user avatar
  • 2,501
4 votes
1 answer
78 views

You have $a$ amber, $b$ bronze, and $c$ crimson colored marbles in your hand, with $a\geq b\geq c$. An exact copy of this set of marbles is in a bag. Every turn, you select a marble from your hand to ...
CosmicOscillator's user avatar
1 vote
1 answer
47 views

In Section 5.2 of Boyd & Vandenberghe's Convex Optimization, the dual problem given a primal problem with only inequality constraint is, $$ \max \quad g(\alpha) \\ \text{ s. t.} \quad \alpha \...
Your neighbor Todorovich's user avatar

15 30 50 per page
1
2 3 4 5
1562