New posts in optimization

Loading a map using Properties class

Dynamic programming — mathematics versus computer

Exceeded maximum execution time in Google Apps Script [duplicate]

Write logical operator all(x<a) in terms of Heavyside functions

Bordered Hessian matrix to find a minimum of the function

Multiplying a huge number times random() (Python)

Is the product of strictly quasiconcave functions quasiconcave?

Find a point $X$, in the plane of regular pentagon $ABCDE$, that minimizes $\frac{XA+XB}{XC+XD+XE}$.

Optimization problem (in linear algebra course!)

Incrementing: x++ vs x += 1

Equality Constrained Non Negative Linear Least Squares (Unit Simplex Constraint)

very quickly getting total size of folder

Is a logical right shift by a power of 2 faster in AVR?

Norman Window Optimization

Explicit solution of an QCLP

How to minimize $\sum_{i=1}^p (y_i-x_i)^2$ with constraints $\sum_{i=1}^p y_i - 1 =0$ and $\forall i=\overline{1,p}:-y_i \le 0$?

Minimizing a quadratic function subject to quadratic constraints

Linear Least Square Optimization with Linear Equality Constraints

Maximizing the sum $\sum\limits_{i=1}^nx_ix_{i+1}$ subject to $\sum\limits_{i=1}^nx_i=0$ and $\sum\limits_{i=1}^nx_i^2=1$

How to find $\min_{a \neq 0}\dfrac{a^TXX^Ta}{a^T\bar{X}\bar{X}^Ta}$ if $X$ is a matrix and $a$ a vector?