DEoptim - Global Optimization by Differential Evolution
Implements the Differential Evolution algorithm for global optimization of a real-valued function of a real-valued parameter vector as described in Mullen et al. (2011) <doi:10.18637/jss.v040.i06>.
Last updated
differential-evolutionevolutionary-algorithmglobal-optimizationoptimization
11.70 score 31 stars 132 dependents 840 scripts 19k downloadsnnls - The Lawson-Hanson Algorithm for Non-Negative Least Squares (NNLS)
An R interface to the Lawson-Hanson implementation of an algorithm for non-negative least squares (NNLS). Also allows the combination of non-negative and non-positive constraints.
Last updated
7.59 score 187 dependents 418 scripts 21k downloadsminpack.lm - R Interface to the Levenberg-Marquardt Nonlinear Least-Squares Algorithm Found in MINPACK, Plus Support for Bounds
The nls.lm function provides an R interface to lmder and lmdif from the MINPACK library, for solving nonlinear least-squares problems by a modification of the Levenberg-Marquardt algorithm, with support for lower and upper parameter bounds. The implementation can be used via nls-like calls using the nlsLM function.
Last updated
openblas
7.56 score 1 stars 190 dependents 1.9k scripts 33k downloads