[R] obtain intermediate estimate using optim

2009-12-11 Thread Prof. John C Nash
ng and tuning issues. Cheers, JN Message: 1 Date: Thu, 10 Dec 2009 12:40:17 +0100 From: Lisanne Sanders Subject: [R] obtain intermediate estimate using optim To: Message-ID: Content-Type: text/plain Hi, Currently I am trying to solve a minimization problem using optim as method Nelder-Mead

[R] obtain intermediate estimate using optim

2009-12-10 Thread Lisanne Sanders
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