| Author |
Comment/Response |
Sven
|
12/18/06 07:03am
Hi,
I would like to know why NMinimize has problems with a simple function like
Abs[-1 + x + 12*y].
NMinimize[Abs[-1 + x + 12*y], {x, y}] yields
{4.884981308350689`*^-15, {x -> -1.108831830176431`),
y -> 0.17573598584803551`}
whereas
Abs[-1 -1.108831830176431` + 12*0.17573598584803551`] = 1.19486.
Obvioulsy, this is not the minimum found by NMinimize.
Thanks in advance,
Sven
URL: , |
|