New posts in optimization

Maximizing volume of a rectangular solid, given surface area

Maximizing weighted sum of eigenvalues of a matrix ($\Lambda_1 U^\top \Lambda_2 U \Lambda_1$)

performance of log10 function returning an int

Find $a$ and $b$ for which $\int_{0}^{1}( ax+b+\frac{1}{1+x^{2}} )^{2}\,dx$ takes its minimum possible value.

SSE SSE2 and SSE3 for GNU C++

Can I efficiently return an object by value in Rust?

how to optimize matrix multiplication (matmul) code to run fast on a single processor core

Maximum of $ F(f)=\int_0^1 |f(x)|^2\; dx-\left(\int_0^1 f(x)\; dx\right)^2 $ over a subset of continuous functions on $[0,1]$

Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2

Can I use the "null pointer optimization" for my own non-pointer types?

Do string literals get optimised by the compiler?

Disk I/O utilization up to 100% after tuning InnoDB-related MySQL configuration

How can I handle big traffic spikes on my dedicated server?

Under what circumstances is it acceptable to assume all variables will be equal in optimization problems?

What can I do in Java code to optimize for CPU caching?

Why does Java's ArrayList's remove function seem to cost so little?

How to change $\min \|Ax-b\|_1 $, where $x$ is free, to standard form?

Difference between mt_rand() and rand()

Optimization using Lagrange multipliers: 55 gallon steel drum

Difference between Gradient Descent method and Steepest Descent