yzhou
10-28-2004, 12:35 PM
Inside frprmn code, should not it be
dlinmin(p,xi,fret,func,dfunc)
instead of
linmin(p,xi,fret,func)
It seems silly not to use the gradient function in the minimization. Or do I miss something?
Thanks in advance.
dlinmin(p,xi,fret,func,dfunc)
instead of
linmin(p,xi,fret,func)
It seems silly not to use the gradient function in the minimization. Or do I miss something?
Thanks in advance.