|
|
Re: Non-linear optimization
Posted:
Mar 6, 2013 4:19 PM
|
|
"Matt J" wrote in message <kh89he$4al$1@newscl01ah.mathworks.com>...
> f(x)=(sqrt(F(x)-f_low))^2
What you write is
f(x) = abs(F(x)-f_low) = F(x)-f_low
Minimizing f(x) is the same as minimizing F(x). How far do we get?
Bruno
|
|