This package provides methods to optimize partially separable functions using quasi-Newton methods. The package can be installed from Github by calling:
library(remotes)
install_github("boennecd/psqn")
The package can also be installed from CRAN by calling:
install.packages("psqn")
The details of the packages are available by calling
vignette("psqn", package = "psqn")
after installing the package or at
github.com/boennecd/psqn/blob/master/vignettes/psqn.html.