r-deoptimr 1.1-3
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 (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language.
- Website: https://cran.r-project.org/web/packages/DEoptimR
- Licenses: GPL 2+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-deoptimr 1.1-3
as follows:
guix install r-deoptimr@1.1-3
Or install the latest version:
guix install r-deoptimr
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.