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.

1 vote
0 answers
30 views

Given a set of non-negative real numbers $c_1, c_2, ..., c_N$, and a positive real number $D$ where $D << 1$, find an upper bound of the function: $Q(x_1, x_2, ..., x_N)$ = $\sum_{i=1}^{N}{x_i\,...
Thanos's user avatar
  • 179
0 votes
0 answers
38 views

I am struggling with the modeling of the following optimization problem. \begin{aligned} \min\; z &= \sum_{p\in P}\sum_{s\in S} F_{ps}\,x_{ps} \;+\; \sum_{p\in P}\sum_{c\in C} D_{pc}\,vol_{...
Douglas Gorrevod's user avatar
0 votes
0 answers
46 views

Let $u:[0,1]^2\to \mathbb{R}$ be a continuous and differentiable function such that $u(x,x)=0$ for any $x\in [0,1]$, and $\partial u(y,x)/\partial y>0$ for any $x\in [0,1]$ and any $y\in [x,1]$. ...
tsm's user avatar
  • 574
1 vote
0 answers
41 views

I'm reading the book Convex optimization by Stephen Boyd . In Section 5.9.2 he states (without proof) the Karush-Kuhn-Tucker conditions for an optimization problem with generalized inequality ...
Zoudelong's user avatar
  • 1,975
2 votes
2 answers
140 views

Like instead of saying $$\nabla f=\lambda\nabla g$$ can I instead say $$\lambda\nabla f=\nabla g$$ to create an easier system of equations to solve?
Fernando Hernandez's user avatar
-1 votes
0 answers
15 views

To implement Benders Decomposition, I am using Yalmip to code my subproblem (SOCP) and to speed up the process, I am using Optimizer to avoid pre-compile for each subproblem. I need to get the dual ...
Azadeh Farsi's user avatar
0 votes
0 answers
27 views

From what I understand: When semidefinite programs (SDPs) don't obey Slater conditions, it is not guaranteed that interior-point methods (IPMs) converge. It appears that facial reduction (FR) ...
Kvothe's user avatar
  • 233
2 votes
0 answers
108 views

Given distance $S$, time $T>0$ and bounds on the velocity $v_{\min}<v_{\max}$, $$ \begin{array}{ll} \underset{v:[0,T] \to {\Bbb R}}{\text{minimize}} & \displaystyle \int_0^T f(v(t),e(s(t),t))...
faust proust's user avatar
0 votes
0 answers
100 views

From Wikipedia https://en.wikipedia.org/wiki/Rationality#In_various_fields Rationality is a core assumption of game theory: it is assumed that each player chooses rationally based on what is most ...
anonymousRabbit's user avatar
1 vote
0 answers
67 views

Given distance $S$, time $T > 0$ and bounds on the velocity $v_{\min} < v_{\max}$, $$ \begin{array}{ll} \underset{v : [0, T] \to {\Bbb R}}{\text{minimize}} & \displaystyle\int_0^T f (v(t),t) ...
faust proust's user avatar
2 votes
2 answers
244 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
2 votes
1 answer
105 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
  • 948
2 votes
1 answer
97 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
85 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
1 answer
99 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

15 30 50 per page
1
2 3 4 5
1562