New posts in optimization

Polynomial inequality: show $p(x) = \sum_{n=0}^{2k} x^n - \frac{1}{2k+1} \sum_{n=0}^{2k} (-x)^n\ge 0$

Should I normalize my DB or not?

Pouring water from bottles

Find the maximum and minimum of $\sum_{i=1}^{n-1}x_ix_{i+1}$ subject to $\sum_{i=1}^nx_i^2=1$.

Cron job for database repair and optimization

The best way to get the first and last day of last month?

Why is $\text{maximize} \frac{1}{\lVert x \rVert}$ equivalent to $\text{minimize}\ \lVert x \rVert^2$?

Geometric interpretation of duality and Slater's condition

Techniques for working with large Numpy arrays? [duplicate]

std::vector reserve() and push_back() is faster than resize() and array index, why?

Why weighted sum is called Archimedean sum?

Scikit Learn GridSearchCV without cross validation (unsupervised learning)

Optimize table layout

How does this float square root approximation work?

Convert Semidefinite program forms

Linear regression for minimizing the maximum of the residuals

Memory Allocation/Deallocation Bottleneck?

How do I optimize TCP stack for HTTP server?

Cleanest way to copy a constant size array in c++11

Is there a memory-efficient replacement of java.lang.String?