New posts in optimization

Optimal strategy for river crossing game

Arithmetic mean is less than geometric mean (Spivak Calculus 3rd Chapter 2 Problem 22)

Genetic Algorithms and multi-objectives optimization on PYTHON : libraries/tools to use? [closed]

How to minify JS or CSS on the fly [closed]

How to implement autocomplete on a massive dataset

Properties of the Minimum of Two Poisson Random Variables

Which is better: Bookmark/Key Lookup or Index Scan

Is a program compiled with -g gcc flag slower than the same program compiled without -g?

Gamma distribution of maximal variance by Lagrange multiplier

How to find out why the status of a spid is suspended? What resources the spid is waiting for?

Effective optimization strategies on modern C++ compilers

Optimization with box constraints - via nonlinear function

Are gradient flows the quickest way to minimize a function for a short time?

Speeding Up Python

Sum of variables in graph optimum

max of $e$ with $a+b+c+d+e=8$ and $a^2+b^2+c^2+d^2+e^2=16$ [closed]

Minimal circle containing set of points

Calculating the max and min of $\sin(x)+\sin(y)+\sin(z)$

Algorithm for fitting circles into a square

Python Performance - have you ever had to rewrite in something else? [closed]