optimParallel: speed up your optim() calls
The R package optimParallel provides parallel versions of the gradient-based optimization methods of optim(). Its main function optimParallel() has the same usage and output as optim() while speeding-up optimization significantly.
[Read more...]