r-subplex
Unconstrained optimization using the subplex algorithm
This package implements the Subplex optimization algorithm. It solves unconstrained optimization problems using a simplex method on subspaces. The method is well suited for optimizing objective functions that are noisy or are discontinuous at the solution.
- Versions: 1.9
- Website: https://cran.r-project.org/web/packages/subplex
- Licenses: GPL 3+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-subplex
as follows:
guix install r-subplex
Or install a particular version:
guix install r-subplex@1.9
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-subplex about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-subplex'><img src='https://packages.guix.gnu.org/packages/r-subplex/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-subplex)
Example Org:
[[https://packages.guix.gnu.org/packages/r-subplex][https://packages.guix.gnu.org/packages/r-subplex/badges/latest-version.svg]]