optimx - Expanded Replacement and Extension of the 'optim' Function
Provides a replacement and extension of the optim() function to call to several function minimization codes in R in a single statement. These methods handle smooth, possibly box constrained functions of several or many parameters. Note that function 'optimr()' was prepared to simplify the incorporation of minimization codes going forward. Also implements some utility codes and some extra solvers, including safeguarded Newton methods. Many methods previously separate are now included here. This is the version for CRAN.
Last updated 20 days ago
12.15 score 1 stars 85 packages 1.7k scripts 12k downloadsnlsr - Functions for Nonlinear Least Squares Solutions - Updated 2022
Provides tools for working with nonlinear least squares problems. For the estimation of models reliable and robust tools than nls(), where the the Gauss-Newton method frequently stops with 'singular gradient' messages. This is accomplished by using, where possible, analytic derivatives to compute the matrix of derivatives and a stabilization of the solution of the estimation equations. Tools for approximate or externally supplied derivative matrices are included. Bounds and masks on parameters are handled properly.
Last updated 8 months ago
6.75 score 4 packages 94 scripts 510 downloadsRtnmin - Truncated Newton Function Minimization with Bounds Constraints
Truncated Newton function minimization with bounds constraints based on the 'Matlab'/'Octave' codes of Stephen Nash.
Last updated 8 years ago
1.00 score 5 scripts 138 downloads