nlrq.control(maxiter=100, k=2, InitialStepSize = 1, big=1e+20, eps=1e-07, beta=0.97)
optim
to determine the step
length of iterations. The default value of 1 is sometimes too optimistic.
In such cases, the value 0 forces optim to just barely stick its toe in
the water.nlrq