Skip to content

❗ This is a read-only mirror of the CRAN R package repository. optimParallel — Parallel Version of the L-BFGS-B Optimization Method. Homepage: https://github.com/florafauna/optimParallel-R Report bugs for this package: https://github.com/florafauna/optimParallel-R/issues

Notifications You must be signed in to change notification settings

cran/optimParallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The R package optimParallel

The package provides a parallel versions of the L-BFGS-B optim method. If the evaluation of the function fn takes more than 0.1 seconds, optimParallel can significantly reduce the optimization time. For a p-parameter optimization, the speed increase is about factor 1+2p when no analytic gradient is specified and 1+2p processor cores are available.

See the R Journal article https://doi.org/10.32614/RJ-2019-030 for more information. It is also available as vignette.

R> vignette("optimParallel")

About

❗ This is a read-only mirror of the CRAN R package repository. optimParallel — Parallel Version of the L-BFGS-B Optimization Method. Homepage: https://github.com/florafauna/optimParallel-R Report bugs for this package: https://github.com/florafauna/optimParallel-R/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages