Skip to content

Question about output from optim

2 messages · Sébastien Bihorel, Ben Bolker

#
S?bastien Bihorel <pomchip <at> free.fr> writes:
I think that what you see is more or less what you get with optim()
in this case. As I've mentioned in an earlier thread, I've translated
Nelder-Mead from _Numerical Recipes_ code into R, which would allow
you to instrument it however you wanted.  (Indeed, I translated it in
order to allow me to create a picture of N-M updating that showed
which points were being visited and which updating rules executed.)
I could send it if you wanted.  The output-function hook is a nice
idea, though -- might be worth mentioning to John Nash, who is working
on a project (optimx on R-forge) to extend R's optimization capabilities.