New posts in optimization

How do you minimize "hinge-loss"?

Given a list of n integers, find the minimum cardinality subset with sum greater than or equal to x

save Python list to a txt file in nice order [duplicate]

What does Python optimization (-O or PYTHONOPTIMIZE) do?

How to covert min min problem to linear programming problem?

Ackermann very inefficient with Haskell/GHC

Does multithreading make sense for IO-bound operations?

Equivalent to rowMeans() for min()

Branchless code that maps zero, negative, and positive to 0, 1, 2

Effect of Screen Updating

Simple method to solve a geometry question for junior high school student

Monotonicity of $\ell_p$ norm

What Numerical Methods Are Known to Solve $ {L}_{1} $ Regularized Quadratic Programming Problems?

Optimized way to count number of occurrences of a digit in a range of numbers [duplicate]

Find the smallest value of the following expression $\sqrt{(x-9)^2 +4} + \sqrt{x^2+y^2}+ \sqrt{(y-3)^2 +9}$

Optimization explained to a middle school kid

A better way to replace many strings - obfuscation in C#

What is the use of Python's basic optimizations mode? (python -O)

C for loop indexing: is forward-indexing faster in new CPUs?

How does the GCC implementation of modulo (%) work, and why does it not use the div instruction?