Skip to content
Prev 6358 / 20628 Next

multicore lmer: any changes since 2007?

On 07/06/2011 11:40 AM, Mike Lawrence wrote:
I have used differential evolution in the past (although not in
decades (!!)), although not the DEoptim() package, but I don't think
DEoptim() will be appropriate for this purpose.  I'm actually not
entirely clear on what DB means by "parallel evaluation of the objective
function".  In the simplest derivative-free case for example (the
Nelder-Mead simplex), it's hard to see how one could evaluate the
objective function in parallel because each evaluation changes the
structure of the simplex and determines where the next evaluation should
be.  A very quick look at BOBYQA (source code in the minqa package, or
formal description at
<http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf>) suggests
the same one-point-at-a-time updating scheme.

  But DB says
Since he has (probably literally) forgotten more about numerical
computation than I ever knew, he's probably right, but I don't know of
those examples.

  Interesting discussion ...