0

1

In http://mathoverflow.net/questions/35191/a-differentiable-approximation-to-the-minimum-function/35193#35193, a differentiable approximation of the minimum function is given, but it seems it only works for positive reals.

Is there an easy-to-implement approximation to the minimum function $f: \mathbf{R^N} \rightarrow \mathbf{R}$ that behaves correctly over all $\mathbf{R^N}$, even when two elements of the input vector are equal?

flag
If you have a smooth approximation $f_k$ which is ok for positive numbers, for $x:=(x_1,\dots,x_N)\in\mathbb{R}^N$ you may translate everything, for instance $f_k(x_1+\|x\|_2^2+1,\dots,x_N+\|x\|_2^2+1)-\|x\|_2^2-1.$ – Pietro Majer Sep 13 at 9:51
Thank you, this indeed solves my problem. – Antonio El Khoury Sep 13 at 11:50

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.