Skip to main content

Questions tagged [nonlinear-optimization]

Nonlinear objectives, nonlinear constraints, non-convex objective, non-convex feasible region.

0 votes
0 answers
42 views
+50

Numerical implemenation of denoising data using maximum entropy

I am trying to reproduce a denoising approach from a paper titled "Near-optimal smoothing using a maximum entropy criterion" (Link). This paper is from 1992 and also checked the PhD thesis ...
ACR's user avatar
  • 791
-1 votes
0 answers
44 views

Minimizing a Function with Nonlinear Constraints

I am trying to minimize the function $f(x, y) = \frac{1}{x} + \frac{1}{y}$ subject to the constraints: $$ x + \frac{x}{x + y} y - c \leq 0, $$ $$ x \geq 0, $$ $$ y \geq 0. $$ I have attempted to use ...
Resting Platypus's user avatar
0 votes
0 answers
55 views

A maximisation problem : finite or not?

Let $\mathcal M_2$ be the space of real $2\times 2$ matrices and $\mathcal S_2\subset \mathcal M_2$ be its subset consisting of positive semidefinite elements, i.e. $A\in \mathcal S_2$ iff $A$ is ...
Fawen90's user avatar
  • 1,111
1 vote
0 answers
49 views

Extension of this maximisation problem : finite or not?

$\mathcal M$ is the space of real $d\times d$ matrices and $\mathcal S\subset \mathcal M$ is its subset consisting of positive semidefinite elements. We consider the distance the product space $\...
Fawen90's user avatar
  • 1,111
1 vote
0 answers
36 views

$k$-subset with minimal Hausdorff distance to the whole set

Let $(\mathcal{M}, d)$ be a metric space. Let $k \in \mathbb{N}$. Let $[\mathcal{M}]^k$ be the set of $k$-subsets of $\mathcal{M}$. Consider the following problem: $$ \operatorname*{argmin}_{\mathcal{...
user76284's user avatar
  • 1,823
2 votes
1 answer
187 views

Does this maximisation problem admit a finite upper bound?

Let $\mathcal M_2$ be the space of real $2\times 2$ matrices and $\mathcal S_2\subset \mathcal M_2$ be its subset consisting of positive semidefinite elements, i.e. $A\in \mathcal S_2$ iff $A$ is ...
Fawen90's user avatar
  • 1,111
0 votes
0 answers
31 views

How to formulate piecewise quadratic function optimization without introducing binary variables?

I have a problem with logical constraints (either-or constraints). I know that it can be solved by either big-M or complementary formulations. However, i do not want to convert it into mixed-integer ...
Surya Venkatesh's user avatar
0 votes
0 answers
54 views

Minimizing the Spectral Norm of the Hadamard Product of a Quadratic Form Using CVX

I am trying to use CVX to minimize the spectral norm of the Hadamard product of two matrices, one of which is in quadratic form. Specifically, I am trying to minimize $\|{\bf A} \odot {\bf XX}^H\|_2$, ...
usergh's user avatar
  • 1
0 votes
0 answers
22 views

How to prove the convergence of Gechberg-Saxton algorithm?

I just have a problem that Gerchberg-Saxton algortihm is no worse than the previous iteration but not sure whether it is convergent.
Jianqing Li's user avatar
2 votes
1 answer
110 views

Equivalence of minimizing trace and determinant over matrix quadratic form in multivariate regression

Consider the multivariate regression model $$Y = XB + E$$ where $Y$ is $n \times p$ and corresponds to the dependent variables, $X$ is $n \times k$ and corresponds to the independent variables, $B$ is ...
respectableuser1's user avatar
2 votes
0 answers
63 views

Gradient descent over the set of complex symmetric matrices

In the course of my research (somewhat related to compressive sensing), I am trying to determine a complex, symmetric matrix $L$ (i.e. $L = L^T$) through the following optimization formulation: $$ \...
Shreyas B.'s user avatar
0 votes
1 answer
70 views

Clarification about this optimisation problem

Good morning everybody. First of all, I apologise to ask here the same question I asked on MSE three days ago, but I am in fact re-asking since I obtained no relevant advice. Perhaps I will hear some ...
Red Bordeaux's user avatar
0 votes
0 answers
43 views

Generalizations of Berge's maximum theorem

I have a parameterized optimization problem \begin{eqnarray} \max_{x\in D(\theta)} f(x,\theta). \end{eqnarray} Assumptions of the standard Berge's maximum theorem are satisfied, so the value function $...
William Wang's user avatar
1 vote
0 answers
48 views

How can we calculate the Euler-lagrange equations?

In this paper https://arxiv.org/pdf/1907.09605.pdf \ let $\Omega \subset \mathbb{R}^n$ with $n \geq 1$ be a bounded Lipschitz domain with boundary $\partial \Omega$, $f: \Omega \rightarrow \mathbb{R}$ ...
Mohamed's user avatar
  • 11
1 vote
0 answers
60 views

Under which condition, such that all second-order critical points satisfy $\sum_j\cos(\theta_i-\theta_j)>0$ for all $i\in[n]$?

Consider the following non-convex function $$E(\theta):=-\sum_{i,j}A_{ij}\cos(\theta_i-\theta_j)$$ where $A$ is a symmetric, diagonal-free matrix whose non-diagonal element are $\pm 1$. In other words,...
happyle's user avatar
  • 49

15 30 50 per page
1
2 3 4 5
42