New posts in optimization

Why does a small change to this Scala code make such a huge difference to performance?

Implementing multiclass logistic regression from scratch

How do I ask for "at least" a size of an int in C

Find two positive real numbers, whose difference is 100 and whose product is a minimum

Elegant way to remove items from sequence in Python? [duplicate]

Curve of fastest descent between three points.

What is the global maximum of $x^{1/x}$

Expected Geometric Growth Rate (Kelly's Criterion)

scipy is not optimizing and returns "Desired error not necessarily achieved due to precision loss"

Does a c/c++ compiler optimize constant divisions by power-of-two value into shifts?

sorted() using generator expressions rather than lists

Minimum value of $ f(x,y,z)=\left(x+\frac{1}{y}\right)^2+\left(y+\frac{1}{z}\right)^2+\left(z+\frac{1}{x}\right)^2. $ [duplicate]

2 circles and one ellipse and minimum area problem.

How can I mathematically model and analyze an incremental game like Cookie Clicker?

maximize $\sum_{A\subseteq [q], A\neq \emptyset} \alpha_A \log(|A|)$ with nonlinear constraints

Searching radioactive balls

Split up $n \in \mathbb{N}$ into sum of naturals with maximum LCM

Subgradients of non-convex functions

Largest rectangle in a convex polygon

Most efficient way to calculate Levenshtein distance