search for: w27ffa963674aa82fe4bc23958d0

Displaying 1 result from an estimated 1 matches for "w27ffa963674aa82fe4bc23958d0".

2009 Dec 10
1
obtain intermediate estimate using optim
Hi, Currently I am trying to solve a minimization problem using optim as method Nelder-Mead. However, Neldel-Mead needs many iterations until it finally converges. I have set $control.trace and $control.report such that I can see the value of the function at each iteration. I do see that I set the convergence criteria to strict in the sense that the function value does not change much. However,