Skip to content
Prev 299873 / 398503 Next

nls problem: singular gradient

On 12-07-11 2:34 PM, Jonas Stein wrote:
That looks like it would overflow as soon as abs(x-ttt) got large, just 
like the original.  You might be able to fix it by following the advice 
I gave last time, or maybe you need to rescale the parameters.  In most 
cases optimizers work best when the uncertainty in the parameters is all 
on the same scale, typically around 1.

Duncan Murdoch