Skip to content
/ psqn Public

Provides quasi-Newton methods to minimize partially separable functions. The package includes both a header-only C++ interface and a R interface.

License

Notifications You must be signed in to change notification settings

boennecd/psqn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba9d4c9 · Sep 21, 2024
Nov 2, 2021
Mar 2, 2022
Sep 19, 2024
Mar 2, 2022
Sep 18, 2024
Sep 21, 2024
Apr 11, 2022
Sep 19, 2024
Nov 18, 2021
Sep 21, 2024
Sep 18, 2024
Dec 12, 2021
Dec 11, 2021
Sep 19, 2024
Apr 16, 2021
Sep 21, 2024
Sep 1, 2020

Repository files navigation

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.

About

Provides quasi-Newton methods to minimize partially separable functions. The package includes both a header-only C++ interface and a R interface.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published