New posts in optimization

What is the minimal isoperimetric ratio of a polyhedron with $5$ vertices?

Strategy to find your best route via Public Transportation only?

VBA macro to delete rows quickly

What's the intuition behind the conjugate gradient method?

Groovy collections performance considerations regarding space/time

Finding the most frequent character in a string

How does the method of Lagrange multipliers fail (in classical field theories with local constraints)?

Generalization of the Sultan's dowry problem

Scaling a LAMP stack

Do modern JavaScript JITers need array-length caching in loops?

How do you view a sample of the call stack in ruby?

C++ iterators & loop optimization

What is the solution to this matrix optimization problem $A^* = \text{argmin}_{A} \sum_{i=1}^{r-1}|Ax_i-x_{i+1}|^2$?

Optimize a fresh Ubuntu server installation

Maximum entropy problem constraints

What is fastest: (int), Convert.ToInt32(x) or Int32.Parse(x)?

Newton's method intuition

Native way to merge objects in Javascript

Implementation of achievement systems in modern, complex games

Get sum of values stored in __m256d with SSE/AVX