Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1000 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 1000 Bytes

psqn: Partially Separable Quasi-Newton

R-CMD-check CRAN RStudio mirror downloads

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.