Skip to content
Prev 167339 / 398502 Next

optim() problem

As someone who had a big hand in creating BFGS, I'm guessing (and guessing
can be dangerous) that there is a bad scaling somewhere that simply
prevents progress because the numerical derivatives are not easy to
calculate in such situations. If you send me data off-line, I'll take a
look.

Have you checked that your function evaluates properly? Always a good idea.

For information, I'm working on trying to improve optim's capabilities and
user-friendliness to try to address some of the issues that arise. I
welcome input. In particular, Ravi Varadhan and I would like to develop a
method "GUIDED" to allow users a way to set up the calls so they are
sensible for their problems.

John Nash