-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow/accomodate optimParallel as optimizer option #508
Comments
Hmmm. In principle this should be able to be done by defining an appropriate wrapper function, but here's how far I got.
There may be problems with scoping ... I looked at this a little bit further and see that the problem probably occurs because There might not be quite as much advantage as one thinks, because analytical derivatives are not available for the objective function ... |
I am the author of
What
In
This works, What does not work is to access an element in the environment where
For this situation one can either proceed as in the example above or as
So, I think you are right and it is a scoping issue. I see no easy patch for |
The optimParallel package might be a way to speed up convergence by parallelisation. Currently, however, the API, resp. the optimizer function calls do not fit into lme4.
The text was updated successfully, but these errors were encountered: