|
Re: function minimization [message #35551 is a reply to message #1841] |
Fri, 20 June 2003 20:11  |
pogen2
Messages: 2 Registered: June 2003
|
Junior Member |
|
|
"lyubo" <lzagorch@cs.wright.edu> wrote in message news:<bcvr1k$imh$1@proxy1.wright.edu>...
> [f1(x,y)-A]^2+ [f2(x,y)-B]^2 = 0
>
> Is there any function in IDL that I can use to minimize the above equation
> with respect to x and y? (A and B are constants).
>
> I was looking at LMFIT but I am not sure if I can apply in this case.
>
> Any feedback would be appreciated.
>
> Thanks,
>
> Lyubo
You can use AMOEBA or POWELL method.
There may also have a few tips in the "FUNCTION MAXIMUM"
thread subject (20 june 2003) ;-)
Pier
|
|
|