r-deoptimr
Differential evolution optimization in pure R
This package provides a differential evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that
do not sacrifice simplicity of design,
are essentially tuning-free, and
can be efficiently implemented directly in the R language.
- Versions: 1.1-4
- Website: https://cran.r-project.org/web/packages/DEoptimR
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-deoptimr as follows:
guix install r-deoptimr
Or install a particular version:
guix install r-deoptimr@1.1-4
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-deoptimr about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-deoptimr'><img src='https://packages.guix.gnu.org/packages/r-deoptimr/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-deoptimr)
Example Org:
[[https://packages.guix.gnu.org/packages/r-deoptimr][https://packages.guix.gnu.org/packages/r-deoptimr/badges/latest-version.svg]]