r-ucminf
General-purpose unconstrained non-linear optimization
This package provides an implementation of an algorithm for general-purpose unconstrained non-linear optimization. The algorithm is of quasi-Newton type with BFGS updating of the inverse Hessian and soft line search with a trust region type monitoring of the input to the line search algorithm. The interface of ucminf
is designed for easy interchange with the package optim
.
- Versions: 1.2.2
- Website: https://cran.r-project.org/web/packages/ucminf/
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-ucminf
as follows:
guix install r-ucminf
Or install a particular version:
guix install r-ucminf@1.2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-ucminf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-ucminf'><img src='https://packages.guix.gnu.org/packages/r-ucminf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-ucminf)
Example Org:
[[https://packages.guix.gnu.org/packages/r-ucminf][https://packages.guix.gnu.org/packages/r-ucminf/badges/latest-version.svg]]